This tool allows you to inject React Components into all pages specified by you.
-
Copy
matches/examplefolder and paste it with other name and edit content.[!NOTE] Remember to edit import:
import App from '@src/matches/{new_folder}/App';
-
Edit
manifest.ts:
- In
content-scriptssection add object with:
{
matches: ['URL_FOR_INJECT'],
js: ['content-ui/{matches_folder_name}.iife.js']
}