subhasis maity
Results
1
comments of
subhasis maity
Dropping the following in the `manifest.json` will seems to work. ```json "content_scripts": [ { "matches": [ "" ], "js": [ "js/content-script.js" ] } ], ```