Gatry Night Mode

Turn off the Gatry lights!

Gatry Night Mode là gì?

Gatry Night Mode là một tiện ích mở rộng Chrome được phát triển bởi https://moraisandre.com, và tính năng chính của nó là "Turn off the Gatry lights!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Gatry Night Mode 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

                        [PT-BR]
Extensão feita para adicionar o modo noturno no site de promoções www.gatry.com

[EN-US]
Extension made to add night mode in Gatry's Website                    

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

Tên Gatry Night Mode Gatry Night Mode
ID biikdmnllamcecdchhjgiiaakjnmaoma
URL Chính Thức https://chromewebstore.google.com/detail/gatry-night-mode/biikdmnllamcecdchhjgiiaakjnmaoma
Mô tả Turn off the Gatry lights!
Kích Thước Tệp 3.12 MB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-12-01
Ngày Phát Hành 2018-09-04
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://moraisandre.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://moraisandre.com/
URL Trang Trợ Giúp http://moraisandre.com/night-night-mode/
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gatry Night Mode",
    "description": "Turn off the Gatry lights!",
    "version": "1.3",
    "omnibox": {
        "keyword": "gatry"
    },
    "icons": {
        "16": "icons\/gatry_icon16.png",
        "48": "icons\/gatry_icon48.png",
        "128": "icons\/gatry_icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/gatry_icon48.png",
        "default_title": "Gatry Night Mode"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/gatry.com\/*"
            ],
            "js": [
                "js\/replace-css.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "css\/night-mode.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
}