Lightsoff

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

什麼是Lightsoff?

Lightsoff是由Denis Ciccale開發的Chrome擴展程式,該擴展的主要功能是“Turn all youtube into the dark but leaving the video you are watching, visible.”。

下載Lightsoff擴展crx文件

下載Lightsoff擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
官方網址 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"
    }
}