Gatry Shades
Opções de temas para o Gatry.com
What is Gatry Shades?
Gatry Shades is a Chrome extension developed by João Ribeiro, and its main feature is "Opções de temas para o Gatry.com".
Extension Screenshots
Download Gatry Shades Extension CRX File
Download Gatry Shades extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Gatry Shades |
ID | nmflikdijdboedbhmohgcaakjkniignj |
Official URL | https://chromewebstore.google.com/detail/gatry-shades/nmflikdijdboedbhmohgcaakjkniignj |
Description | Opções de temas para o Gatry.com |
File Size | 158 KB |
Installation Count | 33 |
Current Version | 1.1.6 |
Last Updated | 2023-09-08 |
Publish Date | 2021-12-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | João Ribeiro |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jocafamaka/gatry-shades |
Help Page URL | https://github.com/jocafamaka/gatry-shades |
Supported Languages | 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';" } |