The Matrix Dynamic Background

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

ما هو The Matrix Dynamic Background؟

The Matrix Dynamic Background هو إضافة Chrome تم تطويرها بواسطة Suchet Kumar، والميزة الرئيسية لها هي "Chrome's first dynamic 'The Matrix' digital rain background.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة The Matrix Dynamic Background

قم بتنزيل ملفات الامتداد The Matrix Dynamic Background بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم The Matrix Dynamic Background The Matrix Dynamic Background
ID oelgedmdpjmoolnnhbcihgkjlflmiopd
عنوان URL الرسمي https://chromewebstore.google.com/detail/the-matrix-dynamic-backgr/oelgedmdpjmoolnnhbcihgkjlflmiopd
الوصف Chrome's first dynamic 'The Matrix' digital rain background.
حجم الملف 504 KB
عدد التثبيتات 657
النسخة الحالية 2.1
آخر تحديث 2023-05-25
تاريخ النشر 2023-04-11
تقييم 4.14/5 مجموع تقييمات 7
المطور Suchet Kumar
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}