Chrome development for users

I have a personal script that I am trying to run as a user in Google Chrome, how can I do this without uploading it to a shared site, for example, using custom scripts?

I have a Chrome Chrome setup with an additional launch option --enable-user-scripts

+3
source share
1 answer

Update:

Go to chrome: // extensions and drag the script onto the page. This has been changed in Chrome 21; see http://crbug.com/128748 for more information.

+3
source

Source: https://habr.com/ru/post/1726407/


All Articles