Content Runtime Script
This tool allows users to inject scripts (Console and UI) during runtime into all pages specified by you.
Add New Script
- Copy
matches/examplefolder and paste it with other name and edit content. - Define somewhere(e.g in
popup(You have declared it as default)):
await chrome.scripting.executeScript({
...,
files: ['/content-runtime/{matches_folder_name}.iife.js'],
})