Nighty

Switch certain apps into a finely tuned night mode.

Qu'est-ce que Nighty ?

Nighty est une extension Chrome développée par https://sites.google.com/site/timothywatkins, et sa fonction principale est "Switch certain apps into a finely tuned night mode.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nighty

Téléchargez les fichiers d'extension Nighty 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

                        Switch certain apps into a finely tuned night mode.

Currently supports: 
- Facebook Messenger                    

Informations de Base sur l'Extension

Nom Nighty Nighty
ID iikdidolhafmncjalfilhgnefnkjlbgm
URL Officiel https://chromewebstore.google.com/detail/nighty/iikdidolhafmncjalfilhgnefnkjlbgm
Description Switch certain apps into a finely tuned night mode.
Taille du Fichier 9.8 KB
Nombre d'Installations 13
Version Actuelle 1.3
Dernière Mise à Jour 2017-05-09
Date de Publication 2017-05-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://sites.google.com/site/timothywatkins
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jankcat/nighty
URL de la Page d'Aide https://github.com/jankcat/nighty/issues
URL de la Page de Politique de Confidentialité https://github.com/jankcat/nighty
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nighty",
    "description": "Switch certain apps into a finely tuned night mode.",
    "author": "Tim Watkins",
    "homepage_url": "https:\/\/github.com\/jankcat\/nighty",
    "short_name": "Nighty",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon2.png"
    },
    "background": {
        "scripts": [
            "nighty.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}