python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Import CSS in content script of extension
I am trying to import a CSS file in the content script of a browser extension, but the content script doesn't get executed anymore when the import is added.
My popup also imports a file App.css and wo...
Nils
Votes: 0
Answers: 1
Error with Chrome Extension sending message from background to content script
I'm learning about Chrome Extensions and I want to send a message from the background to a content script. I'm trying to do the simplest example, but I keep getting the following error:
Error in even...
Rodrigo Yanez
Votes: 0
Answers: 0
content.script access file resource always error with net::ERR_BLOCKED_BY_CLIENT, disabled Adblock
I'm migrating V2 to V3, but encountered some strange problems.
When extension has loaded, i fetching the resource, it will has a error: net::ERR_BLOCKED_BY_CLIENT. but it's no problem when i do it wit...
Silver Fruity
Votes: 0
Answers: 0
Prevent content-scripts from running for a chrome extension with login when user is not authorised
I am working on a chrome extension that will extract keywords from a particular website(x) and search for those keywords in another website's(y) search page. I am using iframes to load the search page...
smrpm
Votes: 0
Answers: 0