The Matrix Dynamic Background
Chrome's first dynamic 'The Matrix' digital rain background.
Cos'è The Matrix Dynamic Background?
The Matrix Dynamic Background è un'estensione di Chrome sviluppata da Suchet Kumar, e la sua funzione principale è "Chrome's first dynamic 'The Matrix' digital rain background.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Matrix Dynamic Background
Scarica i file di estensione The Matrix Dynamic Background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | oelgedmdpjmoolnnhbcihgkjlflmiopd |
| URL Ufficiale | https://chromewebstore.google.com/detail/the-matrix-dynamic-backgr/oelgedmdpjmoolnnhbcihgkjlflmiopd |
| Descrizione | Chrome's first dynamic 'The Matrix' digital rain background. |
| Dimensione del File | 504 KB |
| Conteggio Installazioni | 657 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2023-05-25 |
| Data di Pubblicazione | 2023-04-11 |
| Valutazione | 4.14/5 Totale 7 Valutazioni |
| Sviluppatore | Suchet Kumar |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |