Lightsoff

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

Lightsoff क्या है?

Lightsoff Denis Ciccale द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn all youtube into the dark but leaving the video you are watching, visible."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lightsoff एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}