Patreon Color Themes

Extension for applying custom color themes to Patreon

什麼是Patreon Color Themes?

Patreon Color Themes是由Neulen開發的Chrome擴展程式,該擴展的主要功能是“Extension for applying custom color themes to Patreon”。

擴展截圖

screenshot

下載Patreon Color Themes擴展crx文件

下載Patreon Color Themes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Change Theme Color for Patreon!

This extension allows you to change the color theme for Patreon.

Choose from a variety of supported themes such as:
• Light
• Light Warm
• Dark
• Dark Dimmed
• Dark High Contrast
• Dark Warm
• Dark Cool                    

擴展基本資訊

名稱 Patreon Color Themes Patreon Color Themes
ID emdlpaekhliohajnmgbgeeohckgblifh
官方網址 https://chromewebstore.google.com/detail/patreon-color-themes/emdlpaekhliohajnmgbgeeohckgblifh
簡介 Extension for applying custom color themes to Patreon
檔案大小 28.74 KB
安裝次數 300
目前版本 1.6.0
更新時間 2023-12-07
上架時間 2023-05-04
評分 4.00/5 共 3 次評分
開發者 Neulen
電子郵箱 [email protected]
付費類型 free
支援的語言 de,en,tr,es,pt-BR,pt-PT,ru,uk,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.6.0",
    "author": "Neulen",
    "homepage_url": "https:\/\/github.com\/naztar0\/PatreonColorThemes",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_extension_default_title__",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/patreon.com\/*",
        "https:\/\/www.patreon.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/inject.ts-loader-2c9fb43d.js"
            ],
            "matches": [
                "https:\/\/patreon.com\/*",
                "https:\/\/www.patreon.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/inject-45b1c189.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/patreon.com\/*",
                "https:\/\/www.patreon.com\/*"
            ],
            "resources": [
                "assets\/utils-767ed65e.js",
                "assets\/inject.ts-566af66d.js"
            ],
            "use_dynamic_url": true
        }
    ]
}