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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}