I\'m using programmatic injection to inject my extension\'s code into a page only when the browser action is clicked.
This is what I have on my extension\'s event pa
Put a gloabl variable in your contentscript to judge if the contentscript has executed.
if (something) { return; }