lightsOut: Film Night Mode For Chrome

Give your online films a Cinema Mode

什么是lightsOut: Film Night Mode For Chrome?

lightsOut: Film Night Mode For Chrome是由http://motaheri.com开发的Chrome扩展程序,该扩展的主要功能是“Give your online films a Cinema Mode”。

扩展截图

screenshot

下载lightsOut: Film Night Mode For Chrome扩展crx文件

下载lightsOut: Film Night Mode For Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 lightsOut: Film Night Mode For Chrome lightsOut: Film Night Mode For Chrome
ID bjkcbchnlicfchjhlibggplnkaibodff
官方URL https://chrome.google.com/webstore/detail/lightsout-film-night-mode/bjkcbchnlicfchjhlibggplnkaibodff
简介 Give your online films a Cinema Mode
文件大小 43.26 KB
安装次数 330
当前版本 1.0.1
更新时间 2013-08-21
上架时间 2013-08-21
评分 2.15/5 共20次评分
开发者 http://motaheri.com
付费类型 free
支持的语言 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"
    ]
}