Gatry Night Mode

Turn off the Gatry lights!

Co je Gatry Night Mode?

Gatry Night Mode je rozšíření Chrome vyvinuté https://moraisandre.com, a jeho hlavní funkcí je „Turn off the Gatry lights!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Gatry Night Mode

Stáhněte si soubory rozšíření Gatry Night Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        [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                    

Základní Informace o Rozšíření

Název Gatry Night Mode Gatry Night Mode
ID biikdmnllamcecdchhjgiiaakjnmaoma
Oficiální URL https://chromewebstore.google.com/detail/gatry-night-mode/biikdmnllamcecdchhjgiiaakjnmaoma
Popis Turn off the Gatry lights!
Velikost souboru 3.12 MB
Počet instalací 80
Aktuální Verze 1.3
Poslední Aktualizace 2021-12-01
Datum Vydání 2018-09-04
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://moraisandre.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://moraisandre.com/
URL Stránky Nápovědy http://moraisandre.com/night-night-mode/
Podporované Jazyky 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'"
}