Initial Black

This extension makes the initial background of a webpage black.

Initial Blackคืออะไร?

Initial Black เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SoHo Software และคุณลักษณะหลักของมันคือ "This extension makes the initial background of a webpage black."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Initial Black

ดาวน์โหลดไฟล์ส่วนขยาย Initial Black ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Initial Black Initial Black
ID dopekbodbhecdkegbmahfollebchaahh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/initial-black/dopekbodbhecdkegbmahfollebchaahh
คำอธิบาย This extension makes the initial background of a webpage black.
ขนาดไฟล์ 16.01 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-01-16
วันที่เผยแพร่ 2016-01-16
คะแนน 3.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา SoHo Software
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Initial Black",
    "version": "1.0",
    "description": "This extension makes the initial background of a webpage black.",
    "icons": {
        "128": "icon128.png"
    },
    "author": "S.P. Hoang",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ]
}