lightsOut: Film Night Mode For Chrome

Give your online films a Cinema Mode

What is lightsOut: Film Night Mode For Chrome?

lightsOut: Film Night Mode For Chrome is a Chrome extension developed by http://motaheri.com, and its main feature is "Give your online films a Cinema Mode".

Extension Screenshots

screenshot

Download lightsOut: Film Night Mode For Chrome Extension CRX File

Download lightsOut: Film Night Mode For Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name lightsOut: Film Night Mode For Chrome lightsOut: Film Night Mode For Chrome
ID bjkcbchnlicfchjhlibggplnkaibodff
Official URL https://chrome.google.com/webstore/detail/lightsout-film-night-mode/bjkcbchnlicfchjhlibggplnkaibodff
Description Give your online films a Cinema Mode
File Size 43.26 KB
Installation Count 330
Current Version 1.0.1
Last Updated 2013-08-21
Publish Date 2013-08-21
Rating 2.15/5 Total 20 Ratings
Developer http://motaheri.com
Payment Type free
Supported Languages 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"
    ]
}