Night Shift Pro

Night Shift Dark extention for the web modify CSS

Cos'è Night Shift Pro?

Night Shift Pro è un'estensione di Chrome sviluppata da milan.trninic, e la sua funzione principale è "Night Shift Dark extention for the web modify CSS".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Night Shift Pro

Scarica i file di estensione Night Shift Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Night Shift Pro Night Shift Pro
ID enieolhifcncmplmpadiffjnnfnoelic
URL Ufficiale https://chromewebstore.google.com/detail/night-shift-pro/enieolhifcncmplmpadiffjnnfnoelic
Descrizione Night Shift Dark extention for the web modify CSS
Dimensione del File 205 KB
Conteggio Installazioni 1,532
Versione Corrente 0.2.2
Ultimo Aggiornamento 2017-06-02
Data di Pubblicazione 2017-06-02
Valutazione 4.38/5 Totale 24 Valutazioni
Sviluppatore milan.trninic
Tipo di Pagamento free
Lingue Supportate 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"
    }
}