Gatry Shades

Opções de temas para o Gatry.com

Wat is Gatry Shades?

Gatry Shades is een Chrome-extensie ontwikkeld door João Ribeiro, en de belangrijkste functie is "Opções de temas para o Gatry.com".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gatry Shades

Download Gatry Shades-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A extensão permite aplicar temas no site Gatry.com, especialmente temas escuros e algumas funcionalidades para reduzir a luminosidade de componentes e imagens!

Também disponível para Firefox, Edge e Opera!                    

Basisinformatie over de Extensie

Naam Gatry Shades Gatry Shades
ID nmflikdijdboedbhmohgcaakjkniignj
Officiële URL https://chromewebstore.google.com/detail/gatry-shades/nmflikdijdboedbhmohgcaakjkniignj
Beschrijving Opções de temas para o Gatry.com
Bestandsgrootte 158 KB
Aantal Installaties 33
Huidige Versie 1.1.6
Laatst Bijgewerkt 2023-09-08
Publicatiedatum 2021-12-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar João Ribeiro
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jocafamaka/gatry-shades
Help Pagina-URL https://github.com/jocafamaka/gatry-shades
Ondersteunde Talen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gatry Shades",
    "description": "Op\u00e7\u00f5es de temas para o Gatry.com",
    "version": "1.1.6",
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/listener.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "matches": [
                "*:\/\/gatry.com\/*"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icone32.png",
        "default_popup": "menu.html",
        "default_title": "Gatry Shades"
    },
    "icons": {
        "128": "icons\/icone128.png",
        "64": "icons\/icone64.png",
        "32": "icons\/icone32.png",
        "16": "icons\/icone16.png"
    },
    "omnibox": {
        "keyword": "gatry"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "css\/*.css"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';"
}