Color Changer for YouTube
Customize the color scheme of youtube.com
Color Changer for YouTube क्या है?
Color Changer for YouTube Color Changer for YouTube द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize the color scheme of youtube.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Color Changer for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" } |