The Matrix Dynamic Background
Chrome's first dynamic 'The Matrix' digital rain background.
What is The Matrix Dynamic Background?
The Matrix Dynamic Background is a Chrome extension developed by Suchet Kumar, and its main feature is "Chrome's first dynamic 'The Matrix' digital rain background.".
Extension Screenshots
Download The Matrix Dynamic Background Extension CRX File
Download The Matrix Dynamic Background extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension simulates the digital rain from the matrix: https://en.wikipedia.org/wiki/Matrix_digital_rain FEATURES: - Manually customizable settings for color, font size, frame rate, opacity - Random Color Generator - Quick and easy enable/disable For best results, enable Dark Mode. Directions to do that are available here: https://support.google.com/chrome/answer/9275525?hl=en&co=GENIE.Platform%3DDesktop Please leave a review with any feedback or just to support.
Extension Basic Information
Name | The Matrix Dynamic Background |
ID | oelgedmdpjmoolnnhbcihgkjlflmiopd |
Official URL | https://chromewebstore.google.com/detail/the-matrix-dynamic-backgr/oelgedmdpjmoolnnhbcihgkjlflmiopd |
Description | Chrome's first dynamic 'The Matrix' digital rain background. |
File Size | 504 KB |
Installation Count | 657 |
Current Version | 2.1 |
Last Updated | 2023-05-25 |
Publish Date | 2023-04-11 |
Rating | 4.14/5 Total 7 Ratings |
Developer | Suchet Kumar |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "The Matrix Dynamic Background", "version": "2.1", "description": "Chrome's first dynamic 'The Matrix' digital rain background. ", "icons": { "128": "icons\/icon_128.png" }, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/www.google.com\/", "https:\/\/www.google.com\/search*" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |