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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}