The Matrix Dynamic Background

Chrome's first dynamic 'The Matrix' digital rain background.

¿Qué es The Matrix Dynamic Background?

The Matrix Dynamic Background es una extensión de Chrome desarrollada por Suchet Kumar, y su función principal es "Chrome's first dynamic 'The Matrix' digital rain background.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión The Matrix Dynamic Background

Descarga archivos de extensión The Matrix Dynamic Background en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre The Matrix Dynamic Background The Matrix Dynamic Background
ID oelgedmdpjmoolnnhbcihgkjlflmiopd
URL Oficial https://chromewebstore.google.com/detail/the-matrix-dynamic-backgr/oelgedmdpjmoolnnhbcihgkjlflmiopd
Descripción Chrome's first dynamic 'The Matrix' digital rain background.
Tamaño del Archivo 504 KB
Cantidad de Instalaciones 657
Versión Actual 2.1
Última Actualización 2023-05-25
Fecha de Publicación 2023-04-11
Calificación 4.14/5 Total de 7 Calificaciones
Desarrollador Suchet Kumar
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}