Lightsoff

Turn all youtube into the dark but leaving the video you are watching, visible.

ما هو Lightsoff؟

Lightsoff هو إضافة Chrome تم تطويرها بواسطة Denis Ciccale، والميزة الرئيسية لها هي "Turn all youtube into the dark but leaving the video you are watching, visible.".

تحميل ملف CRX للإضافة Lightsoff

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

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

                        Turn all youtube into the dark but leaving the video you are watching, visible.                    

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

الاسم Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
الوصف Turn all youtube into the dark but leaving the video you are watching, visible.
حجم الملف 86.22 KB
عدد التثبيتات 38
النسخة الحالية 1.0.2
آخر تحديث 2017-04-18
تاريخ النشر 2017-04-18
تقييم 1.67/5 مجموع تقييمات 6
المطور Denis Ciccale
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightsoff",
    "description": "Turn all youtube into the dark but leaving the video you are watching, visible.",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "lightsoff.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "lightsoff.css"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/watch*",
                "https:\/\/*.youtube.com\/watch*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Toggle Lightsoff",
        "default_icon": "icon128.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}