Gatry Shades
Opções de temas para o Gatry.com
Gatry Shadesとは何ですか?
Gatry ShadesはJoão Ribeiroによって開発されたChromeの拡張機能で、その主な機能は「Opções de temas para o Gatry.com」です。
拡張機能のスクリーンショット
Gatry Shades拡張機能のCRXファイルをダウンロード
Gatry Shades拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Gatry Shades |
ID | nmflikdijdboedbhmohgcaakjkniignj |
公式URL | https://chromewebstore.google.com/detail/gatry-shades/nmflikdijdboedbhmohgcaakjkniignj |
説明 | Opções de temas para o Gatry.com |
ファイルサイズ | 158 KB |
インストール数 | 33 |
現在のバージョン | 1.1.6 |
最終更新日 | 2023-09-08 |
公開日 | 2021-12-26 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | João Ribeiro |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jocafamaka/gatry-shades |
ヘルプページのURL | https://github.com/jocafamaka/gatry-shades |
対応言語 | 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';" } |