Color Changer for YouTube
Customize the color scheme of youtube.com
什麼是Color Changer for YouTube?
Color Changer for YouTube是由Color Changer for YouTube開發的Chrome擴展程式,該擴展的主要功能是“Customize the color scheme of youtube.com”。
擴展截圖
下載Color Changer for YouTube擴展crx文件
下載Color Changer for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Color Changer for YouTube Customize the color scheme of youtube.com With Color Changer for Youtube you can customize the design on youtube.com into your favorite colors. Choose from many cool templates or create your own favorite color scheme. Disclaimer: Color Changer for YouTube is in no way affiliated with YouTube or Google. For all data related inquiries please check our privacy policy: https://www.colorchanger.net/privacy-policy Our extension is in a partnership with Adgoal (https://adgoal.de/) and contains their Adgoal script meant for link affiliation. We can receive a reward for sales that happen after users click on affiliate links. You can learn more about the process in Adgoal's privacy policy at https://www.adgoal.de/en/privacy.html. The ads associated with this partnership do not interfere with any third-party website, in-app, or native advertising in any way.
擴展基本資訊
名稱 | Color Changer for YouTube |
ID | jlhgcomgldfapimdboelilfcipigkgik |
官方網址 | https://chromewebstore.google.com/detail/color-changer-for-youtube/jlhgcomgldfapimdboelilfcipigkgik |
簡介 | Customize the color scheme of youtube.com |
檔案大小 | 187 KB |
安裝次數 | 11,135 |
目前版本 | 1.5.4 |
更新時間 | 2022-09-18 |
上架時間 | 2022-04-28 |
評分 | 4.31/5 共 229 次評分 |
開發者 | Color Changer for YouTube |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.colorchanger.net/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script\/jquery.min.js", "script\/background.js", "script\/analytics.js" ] }, "browser_action": { "default_icon": "icons\/128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "script\/jquery.min.js", "script\/themes.js", "script\/content.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/apis.google.com 'unsafe-eval'; connect-src *; object-src 'self' ", "default_locale": "en", "description": "__MSG_APP_DESCRIPTION__", "icons": { "128": "icons\/128.png" }, "manifest_version": 2, "name": "__MSG_APP_NAME__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ], "short_name": "__MSG_APP_NAME__", "version": "1.5.4" } |