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」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| ID | emdlpaekhliohajnmgbgeeohckgblifh |
| 公式URL | 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 |
| Eメール | [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
}
]
} | |