Black Out

Make your screen dark while casting a tab to a Chromecast.

Qu'est-ce que Black Out ?

Black Out est une extension Chrome développée par gillstrom, et sa fonction principale est "Make your screen dark while casting a tab to a Chromecast.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Black Out

Téléchargez les fichiers d'extension Black Out 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

                        Make your TV dark in a click while casting a tab to a Chromecast. Restore the screen with a click on the dark tab or the icon.

Perfect if you're casting a tab with Spotify, Soundcloud and so on.                    

Informations de Base sur l'Extension

Nom Black Out Black Out
ID gepmpjdejgblofalijabkjdmicebgcih
URL Officiel https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih
Description Make your screen dark while casting a tab to a Chromecast.
Taille du Fichier 87.23 KB
Nombre d'Installations 333
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2014-04-28
Date de Publication 2014-04-28
Évaluation 4.82/5 Total 11 Évaluations
Développeur gillstrom
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://andreasgillstrom.se
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Black Out",
    "description": "Make your screen dark while casting a tab to a Chromecast.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "web_accessible_resources": [
        "background.js",
        "background.html",
        "jquery.min.js",
        "dark.js"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}