Gatry Night Mode

Turn off the Gatry lights!

什麼是Gatry Night Mode?

Gatry Night Mode是由https://moraisandre.com開發的Chrome擴展程式,該擴展的主要功能是“Turn off the Gatry lights!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Gatry Night Mode擴展crx文件

下載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
官方網址 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'"
}