Gatry Night Mode

Turn off the Gatry lights!

¿Qué es Gatry Night Mode?

Gatry Night Mode es una extensión de Chrome desarrollada por https://moraisandre.com, y su función principal es "Turn off the Gatry lights!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Gatry Night Mode

Descarga archivos de extensión Gatry Night Mode en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        [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                    

Información Básica de la Extensión

Nombre Gatry Night Mode Gatry Night Mode
ID biikdmnllamcecdchhjgiiaakjnmaoma
URL Oficial https://chromewebstore.google.com/detail/gatry-night-mode/biikdmnllamcecdchhjgiiaakjnmaoma
Descripción Turn off the Gatry lights!
Tamaño del Archivo 3.12 MB
Cantidad de Instalaciones 80
Versión Actual 1.3
Última Actualización 2021-12-01
Fecha de Publicación 2018-09-04
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://moraisandre.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://moraisandre.com/
URL de la Página de Ayuda http://moraisandre.com/night-night-mode/
Idiomas Soportados 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'"
}