The Matrix Dynamic Background
Chrome's first dynamic 'The Matrix' digital rain background.
Qu'est-ce que The Matrix Dynamic Background ?
The Matrix Dynamic Background est une extension Chrome développée par Suchet Kumar, et sa fonction principale est "Chrome's first dynamic 'The Matrix' digital rain background.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Matrix Dynamic Background
Téléchargez les fichiers d'extension The Matrix Dynamic Background au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | The Matrix Dynamic Background |
ID | oelgedmdpjmoolnnhbcihgkjlflmiopd |
URL Officiel | https://chromewebstore.google.com/detail/the-matrix-dynamic-backgr/oelgedmdpjmoolnnhbcihgkjlflmiopd |
Description | Chrome's first dynamic 'The Matrix' digital rain background. |
Taille du Fichier | 504 KB |
Nombre d'Installations | 657 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2023-05-25 |
Date de Publication | 2023-04-11 |
Évaluation | 4.14/5 Total 7 Évaluations |
Développeur | Suchet Kumar |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |