Lightsoff

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

Lightsoff là gì?

Lightsoff là một tiện ích mở rộng Chrome được phát triển bởi Denis Ciccale, và tính năng chính của nó là "Turn all youtube into the dark but leaving the video you are watching, visible.".

Tải xuống tệp CRX của tiện ích mở rộng Lightsoff

Tải xuống các tệp mở rộng Lightsoff dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
URL Chính Thức https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
Mô tả Turn all youtube into the dark but leaving the video you are watching, visible.
Kích Thước Tệp 86.22 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-04-18
Ngày Phát Hành 2017-04-18
Đánh Giá 1.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Denis Ciccale
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}