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
官方網址 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"
    ]
}