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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Gatry Shades 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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';"
}