Content script not loading for custom file type
Lets say for example .custom
. Whenever I am opening the file with extensions .custom
, it should open in Chrome and the content script should load. How to implement this? I have added the code below, since .custom
file is not recognized by Chrome, its downloaded. How to resolve this issue?