Lightsoff

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

Apa itu Lightsoff?

Lightsoff adalah ekstensi Chrome yang dikembangkan oleh Denis Ciccale, dan fitur utamanya adalah "Turn all youtube into the dark but leaving the video you are watching, visible.".

Unduh Berkas CRX Ekstensi Lightsoff

Unduh file ekstensi Lightsoff dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
URL Resmi https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
Deskripsi Turn all youtube into the dark but leaving the video you are watching, visible.
Ukuran File 86.22 KB
Jumlah Instalasi 38
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-04-18
Tanggal Publikasi 2017-04-18
Penilaian 1.67/5 Total 6 Penilaian
Pengembang Denis Ciccale
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}