lightsOut: Film Night Mode For Chrome

Give your online films a Cinema Mode

Qu'est-ce que lightsOut: Film Night Mode For Chrome ?

lightsOut: Film Night Mode For Chrome est une extension Chrome développée par http://motaheri.com, et sa fonction principale est "Give your online films a Cinema Mode".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension lightsOut: Film Night Mode For Chrome

Téléchargez les fichiers d'extension lightsOut: Film Night Mode For Chrome 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

                                            

Informations de Base sur l'Extension

Nom lightsOut: Film Night Mode For Chrome lightsOut: Film Night Mode For Chrome
ID bjkcbchnlicfchjhlibggplnkaibodff
URL Officiel https://chrome.google.com/webstore/detail/lightsout-film-night-mode/bjkcbchnlicfchjhlibggplnkaibodff
Description Give your online films a Cinema Mode
Taille du Fichier 43.26 KB
Nombre d'Installations 330
Version Actuelle 1.0.1
Dernière Mise à Jour 2013-08-21
Date de Publication 2013-08-21
Évaluation 2.15/5 Total 20 Évaluations
Développeur http://motaheri.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/lightsout.png",
        "default_title": "lightsOut: Film Night Mode For Chrome"
    },
    "content_scripts": [
        {
            "js": [
                "lightsout.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Give your online films a Cinema Mode",
    "icons": {
        "128": "images\/lightsout.png",
        "64": "images\/lightsout_64.png",
        "48": "images\/lightsout_48.png",
        "19": "images\/lightsout_19.png",
        "16": "images\/lightsout_16.png"
    },
    "manifest_version": 2,
    "name": "lightsOut: Film Night Mode For Chrome",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "dark.css"
    ]
}