Mytube for Youtube™
Removes all annoying ads and banners from YouTube!
Mytube for Youtube™ क्या है?
Mytube for Youtube™ https://www.codehemu.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes all annoying ads and banners from YouTube!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mytube for Youtube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
MyTube For YouTube™ Youtube with Colorful plus Glow Youtube extension. Removes all annoying ads and banners from YouTube! =================================== Features: ✔️ Create a Bot Comment. ✔️ Beautiful color sets. Your own night theme. ✔️ Ads block and dark theme. ✔️ Colorful plus Glow Youtube. ✔️ Background color, text color, hover text color. ✔️ We selected colors that work best even for color blind. ✔️ Changes color on Youtube embed videos . ✔️ content filtering and ad blocking browser extension. ✔️ Works in fullscreen mode. ============================= ABOUT Download MyTube For YouTube™ free ad blocker to block ads on Edge everywhere YouTube. MyTube For YouTube™ also protects your browser from malware and blocks advertisers from accessing your browsing history and personal information.
एक्सटेंशन की मूल जानकारी
नाम | Mytube for Youtube™ |
ID | mlolgpcecboccnknllkhfdafmphinbon |
आधिकारिक URL | https://chromewebstore.google.com/detail/mytube-for-youtube/mlolgpcecboccnknllkhfdafmphinbon |
विवरण | Removes all annoying ads and banners from YouTube! |
फ़ाइल का आकार | 39.46 KB |
स्थापना संख्या | 1,554 |
वर्तमान संस्करण | 5.0 |
अंतिम अपडेट | 2024-01-12 |
प्रकाशन तिथि | 2022-04-06 |
रेटिंग | 4.24/5 कुल 17 रेटिंग्स |
डेवलपर | https://www.codehemu.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.codehemu.com/ |
सहायता पृष्ठ URL | https://www.codehemu.com/p/form.html |
गोपनीयता नीति पृष्ठ URL | https://www.codehemu.com/p/privacy-policy.html |
समर्थित भाषाएँ | en,en-GB,en-US,es,pt-BR,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "default_popup": "data\/interface\/index.html?popup", "default_title": "__MSG_app_name__" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "bundled-content-script.js" ], "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*", "*:\/\/*.music.youtube.com\/*" ] } ], "default_locale": "en", "description": "__MSG_app_description__", "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "homepage_url": "https:\/\/www.codehemu.com\/p\/mytubeforyoutube.html", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "128": "data\/icons\/128.png", "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "manifest_version": 3, "name": "__MSG_app_name__", "permissions": [ "storage", "scripting", "tabs" ], "short_name": "mytube", "version": "5.0", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "svg\/heart.svg" ] } ] } |