This tool allows you to inject Console Scripts into all pages specified by you.
https://developer.chrome.com/docs/extensions/develop/concepts/content-scripts
- Copy
matches/examplefolder and paste it with other name and edit content. - Edit
manifest.ts:
- In
content-scriptssection add object with:
{
matches: ['URL_FOR_INJECT'],
js: ['content/{matches_folder_name}.iife.js']
}