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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم 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"
        }
    ]
}