Night Shift Pro

Night Shift Dark extention for the web modify CSS

Night Shift Proとは何ですか?

Night Shift Proはmilan.trninicによって開発されたChromeの拡張機能で、その主な機能は「Night Shift Dark extention for the web modify CSS」です。

拡張機能のスクリーンショット

screenshot

Night Shift Pro拡張機能のCRXファイルをダウンロード

Night Shift Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Pro version of Trninic Night Shift extension app. 

Its 100% Night Mode Pro that modify CSS of any web site and give less stress to your eyes . Made this because i was working a lot during night, and i needed something that makes me more productive.
Its black mode for any website. No add no tracking its clean code and optimized to work fast, its  made with pure love.
Protect your eyes while browsing after eight.

This version is optimized to use low CPU, your computer will work fast. Also added whitelist option and ON/OFF switch . 

p.s 
remember the name M                    

拡張機能の基本情報

名前 Night Shift Pro Night Shift Pro
ID enieolhifcncmplmpadiffjnnfnoelic
公式URL https://chromewebstore.google.com/detail/night-shift-pro/enieolhifcncmplmpadiffjnnfnoelic
説明 Night Shift Dark extention for the web modify CSS
ファイルサイズ 205 KB
インストール数 1,532
現在のバージョン 0.2.2
最終更新日 2017-06-02
公開日 2017-06-02
評価 4.38/5 合計 24 レビュー
開発者 milan.trninic
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.2",
    "name": "Night Shift Pro",
    "manifest_version": 2,
    "short_name": "M Night Pro",
    "description": "Night Shift Dark extention for the web modify CSS",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "permissions": [
        "storage",
        "",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "data\/content_script\/*.css"
    ],
    "homepage_url": "http:\/\/milart-studio.tk",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "browser_action": {
        "default_title": "Night Shift Pro",
        "default_icon": {
            "16": "data\/icons\/dark\/16.png",
            "32": "data\/icons\/dark\/32.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "128": "data\/icons\/128.png"
    }
}