oauth2-extensions
oauth2-extensions copied to clipboard
In webpage content script is not being injected.
"content_scripts": [ { "matches": ["http://www.google.com/robots.txt*"], "js": ["oauth2/oauth2_inject.js"], "run_at": "document_start" } ],
this code is not injecting script in given matches.