Patreon Color Themes
Extension for applying custom color themes to Patreon
ما هو Patreon Color Themes؟
Patreon Color Themes هو إضافة Chrome تم تطويرها بواسطة Neulen، والميزة الرئيسية لها هي "Extension for applying custom color themes to Patreon".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Patreon Color Themes
قم بتنزيل ملفات الامتداد Patreon Color Themes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
البريد الإلكتروني | [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 } ] } |