The Matrix Dynamic Background

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

Co to jest The Matrix Dynamic Background?

The Matrix Dynamic Background to rozszerzenie Chrome opracowane przez Suchet Kumar, a jego główną funkcją jest „Chrome's first dynamic 'The Matrix' digital rain background.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia The Matrix Dynamic Background

Pobierz pliki rozszerzeń The Matrix Dynamic Background w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Matrix Dynamic Background The Matrix Dynamic Background
ID oelgedmdpjmoolnnhbcihgkjlflmiopd
Oficjalny URL https://chromewebstore.google.com/detail/the-matrix-dynamic-backgr/oelgedmdpjmoolnnhbcihgkjlflmiopd
Opis Chrome's first dynamic 'The Matrix' digital rain background.
Rozmiar pliku 504 KB
Liczba instalacji 657
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2023-05-25
Data Publikacji 2023-04-11
Ocena 4.14/5 Łącznie 7 Oceny
Deweloper Suchet Kumar
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}