TubeLight

TubeLight - Make background darker while playing YouTube videos.

Qu'est-ce que TubeLight ?

TubeLight est une extension Chrome développée par https://www.refearn.com, et sa fonction principale est "TubeLight - Make background darker while playing YouTube videos.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TubeLight

Téléchargez les fichiers d'extension TubeLight au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Love watching Youtube  Videos on your PC?

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

Informations de Base sur l'Extension

Nom TubeLight TubeLight
ID dkappdiiieiomfpfgpigmfnhejpgigmo
URL Officiel https://chrome.google.com/webstore/detail/tubelight/dkappdiiieiomfpfgpigmfnhejpgigmo
Description TubeLight - Make background darker while playing YouTube videos.
Taille du Fichier 78.69 KB
Nombre d'Installations 40
Version Actuelle 1.0.3
Dernière Mise à Jour 2017-06-09
Date de Publication 2017-06-09
Évaluation 3.83/5 Total 6 Évaluations
Développeur https://www.refearn.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.refearn.com/privacy-policy.php
Langues Prises en Charge 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"
            ]
        }
    ]
}