Gatry Shades

Opções de temas para o Gatry.com

Gatry Shades là gì?

Gatry Shades là một tiện ích mở rộng Chrome được phát triển bởi João Ribeiro, và tính năng chính của nó là "Opções de temas para o Gatry.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gatry Shades

Tải xuống các tệp mở rộng Gatry Shades dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gatry Shades Gatry Shades
ID nmflikdijdboedbhmohgcaakjkniignj
URL Chính Thức https://chromewebstore.google.com/detail/gatry-shades/nmflikdijdboedbhmohgcaakjkniignj
Mô tả Opções de temas para o Gatry.com
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.1.6
Cập Nhật Lần Cuối 2023-09-08
Ngày Phát Hành 2021-12-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển João Ribeiro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jocafamaka/gatry-shades
URL Trang Trợ Giúp https://github.com/jocafamaka/gatry-shades
Ngôn Ngữ Được Hỗ Trợ 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';"
}