How to Activate my Browser Plugin in Chrome, Firefox, Edge, Safari

I have created a new Browser Extension. It removes styles and images from opened tab and shows just text version of the tab.

It’s ideal for

  • Focus Reading
  • Study
  • Learning a Topic
  • Blogs
  • Reading News , Images are distraction ac

How to install and test in Chrome / Edge

  1. Download the folder and decompress it in a folder of your choice
  2. Inside the extracted folder you will find these files:
  • manifest.json
  • popup.html
  • popup.js
  • contentScript.js
  1. Open Chrome / Edge → go to chrome://extensions/.
  2. Turn on Developer mode (top-right).
  3. Click “Load unpacked” and select the extension folder.
  4. Open any webpage, click the extension icon, and use the toggle:
  • On: page re-renders without inline/stylesheets and without <img>, <picture>, <video>.
  • Off: tab reloads to original.

How to load in Firefox

  1. Open Firefox and go to about:debugging#/runtime/this-firefox.
  2. Click “Load Temporary Add-on…”.
  3. Select the manifest.json inside your extension folder

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *