Night Shift Pro

Night Shift Dark extention for the web modify CSS

Qu'est-ce que Night Shift Pro ?

Night Shift Pro est une extension Chrome développée par milan.trninic, et sa fonction principale est "Night Shift Dark extention for the web modify CSS".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Night Shift Pro

Téléchargez les fichiers d'extension Night Shift Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Night Shift Pro Night Shift Pro
ID enieolhifcncmplmpadiffjnnfnoelic
URL Officiel https://chromewebstore.google.com/detail/night-shift-pro/enieolhifcncmplmpadiffjnnfnoelic
Description Night Shift Dark extention for the web modify CSS
Taille du Fichier 205 KB
Nombre d'Installations 1,532
Version Actuelle 0.2.2
Dernière Mise à Jour 2017-06-02
Date de Publication 2017-06-02
Évaluation 4.38/5 Total 24 Évaluations
Développeur milan.trninic
Type de Paiement free
Langues Prises en Charge 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"
    }
}