A browser extension to enhance your browsing experience with custom scripts and styles.
- Injects custom JavaScript and CSS into web pages
- Popup UI for quick actions
- Easy to configure and use
- Clone this repository:
git clone https://github.com/nitto05/nirman-hack.git
- Open your browser's extensions page (e.g.,
chrome://extensionsfor Chrome). - Enable "Developer mode".
- Click "Load unpacked" and select the project folder.
- Click the extension icon to open the popup and access features.
- The extension automatically injects scripts/styles as defined in
contentScript.jsandcontentStyles.css.
manifest.json— Extension manifest/configurationbackground.js— Background script for extension eventscontentScript.js— JavaScript injected into web pagescontentStyles.css— CSS injected into web pagespopup.html— Popup UIpopup.js— Popup logicicons/— Extension icons
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.