Custom-JavaScript-for-Websites-2 icon indicating copy to clipboard operation
Custom-JavaScript-for-Websites-2 copied to clipboard

Check whether URL supports inject

Open xcv58 opened this issue 8 years ago • 1 comments

For example chrome://extensions/ doesn't allow to inject.

xcv58 avatar Nov 11 '17 04:11 xcv58

Actually it is possible to enable extension for chrome:// scheme this: https://stackoverflow.com/a/19046796

https://developer.chrome.com/extensions/match_patterns

xcv58 avatar Oct 24 '19 20:10 xcv58