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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } ] } |