Gatry Night Mode

Turn off the Gatry lights!

Qu'est-ce que Gatry Night Mode ?

Gatry Night Mode est une extension Chrome développée par https://moraisandre.com, et sa fonction principale est "Turn off the Gatry lights!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gatry Night Mode

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

                        [PT-BR]
Extensão feita para adicionar o modo noturno no site de promoções www.gatry.com

[EN-US]
Extension made to add night mode in Gatry's Website                    

Informations de Base sur l'Extension

Nom Gatry Night Mode Gatry Night Mode
ID biikdmnllamcecdchhjgiiaakjnmaoma
URL Officiel https://chromewebstore.google.com/detail/gatry-night-mode/biikdmnllamcecdchhjgiiaakjnmaoma
Description Turn off the Gatry lights!
Taille du Fichier 3.12 MB
Nombre d'Installations 80
Version Actuelle 1.3
Dernière Mise à Jour 2021-12-01
Date de Publication 2018-09-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://moraisandre.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://moraisandre.com/
URL de la Page d'Aide http://moraisandre.com/night-night-mode/
Langues Prises en Charge pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gatry Night Mode",
    "description": "Turn off the Gatry lights!",
    "version": "1.3",
    "omnibox": {
        "keyword": "gatry"
    },
    "icons": {
        "16": "icons\/gatry_icon16.png",
        "48": "icons\/gatry_icon48.png",
        "128": "icons\/gatry_icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/gatry_icon48.png",
        "default_title": "Gatry Night Mode"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/gatry.com\/*"
            ],
            "js": [
                "js\/replace-css.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "css\/night-mode.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
}