Patreon Color Themes
Extension for applying custom color themes to Patreon
Was ist Patreon Color Themes?
Patreon Color Themes ist eine Chrome-Erweiterung, die von Neulen entwickelt wurde, und ihr Hauptmerkmal ist "Extension for applying custom color themes to Patreon".
Erweiterungsscreenshots
Patreon Color Themes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Patreon Color Themes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | emdlpaekhliohajnmgbgeeohckgblifh |
| Offizielle URL | https://chromewebstore.google.com/detail/patreon-color-themes/emdlpaekhliohajnmgbgeeohckgblifh |
| Beschreibung | Extension for applying custom color themes to Patreon |
| Dateigröße | 28.74 KB |
| Installationsanzahl | 300 |
| Aktuelle Version | 1.6.0 |
| Letztes Update | 2023-12-07 |
| Veröffentlichungsdatum | 2023-05-04 |
| Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Neulen |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
]
} | |