TubeLight

TubeLight - Make background darker while playing YouTube videos.

Hvad er TubeLight?

TubeLight er en Chrome-udvidelse udviklet af https://www.refearn.com, og dens hovedfunktion er "TubeLight - Make background darker while playing YouTube videos.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download TubeLight-udvidelses-CRX-fil

Download TubeLight-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Love watching Youtube  Videos on your PC?

Now add to chrome Tubelight extension, and get theatre-wali feeling while watching your favourite shows!!                    

Grundlæggende oplysninger om udvidelsen

Navn TubeLight TubeLight
ID dkappdiiieiomfpfgpigmfnhejpgigmo
Officiel URL https://chrome.google.com/webstore/detail/tubelight/dkappdiiieiomfpfgpigmfnhejpgigmo
Beskrivelse TubeLight - Make background darker while playing YouTube videos.
Filstørrelse 78.69 KB
Antal Installationer 40
Nuværende Version 1.0.3
Senest Opdateret 2017-06-09
Udgivelsesdato 2017-06-09
Bedømmelse 3.83/5 Samlet 6 Bedømmelser
Udvikler https://www.refearn.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.refearn.com/privacy-policy.php
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TubeLight",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "TubeLight - Make background darker while playing YouTube videos.",
    "icons": {
        "16": "TubeLight_19.png",
        "48": "TubeLight_48.png",
        "128": "TubeLight_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TubeLight - Make background darker while playing YouTube videos.",
        "default_icon": "TubeLight_19_grey.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/www.google.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "appStyle.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ]
}