This is a simple Chrome extension that blocks websites not in an allowed list. The extension displays a minimalistic, Matrix-themed page when an unauthorized URL is visited.
To install this extension using Developer Mode, follow the steps below:
- Clone the repository:
git clone https://github.com/swarooppatix/the-matrix.git
- In the Chrome browser, type
chrome://extensions/
in the address bar and press Enter.
- In the top right corner of the Extensions page, toggle the Developer mode switch to ON.
- Click on the Load unpacked button.
- In the file dialog, navigate to the folder containing the downloaded extension files (where your
manifest.json
file is located) and click Select Folder.
- The extension should now be installed.
- You can access the popup by clicking the extension icon in the Chrome toolbar.
- Open the
content.js
file to modify the list of allowed URLs. - The
allowedUrls
array can be updated with the URLs that should not be blocked by the extension.