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
官方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"
    }
}