Gatry Night Mode

Turn off the Gatry lights!

Gatry Night Modeคืออะไร?

Gatry Night Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moraisandre.com และคุณลักษณะหลักของมันคือ "Turn off the Gatry lights!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gatry Night Mode

ดาวน์โหลดไฟล์ส่วนขยาย Gatry Night Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        [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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gatry Night Mode Gatry Night Mode
ID biikdmnllamcecdchhjgiiaakjnmaoma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gatry-night-mode/biikdmnllamcecdchhjgiiaakjnmaoma
คำอธิบาย Turn off the Gatry lights!
ขนาดไฟล์ 3.12 MB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-12-01
วันที่เผยแพร่ 2018-09-04
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://moraisandre.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://moraisandre.com/
URL หน้าช่วยเหลือ http://moraisandre.com/night-night-mode/
ภาษาที่รองรับ 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'"
}