I have Three questions:
1- How do I run my .json file through manifest.json just like we run our (.css and .js) files with content_scripts and background_scripts.
2- how to open chrome extension popup when we visit specific site. (i.e.; when I open the site named "
https://www.facebook.com/profile" then instead of clicking the browserAction-button, extension will open automatically means when we visit the set URL.)
3- How do I keep my chrome-extension to stay open on that specific site.
I am new to chrome-extension and I have searched on the internet but didn't find the solution.
Note: above mentioned problems is needed in my project and i have to do it one or other way. if anyone could help me or guide me , I would really appreciate it.
and Thanks in advance!