Adblocker youtube™
Adblocker for youtube™
Adblocker youtube™ क्या है?
Adblocker youtube™ gamecodies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adblocker for youtube™"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Adblocker youtube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adblocker for YouTube™ is a content filtering and ad-blocking browser extension that removes all advertisements from YouTube™. Permissions: We need default permissions on every page, just like typical ad-blocking extensions, to eliminate advertising or popups, such as on embedded videos and YouTube itself. Features: + Ads, banners, and popups are blocked. + Ads on external sites that load YouTube are blocked. + Prevent YouTube preroll ads from loading + YouTube videos and the website load faster. It allows users to block the display of certain website elements, such as adverts. This addon blocks banner advertising, ad-clips, and even preroll commercials that appear before the main video on YouTube. It's completely free to download and use!
एक्सटेंशन की मूल जानकारी
नाम | Adblocker youtube™ |
ID | amfjcohpjldljepbifhmpnoncoebapjb |
आधिकारिक URL | https://chromewebstore.google.com/detail/adblocker-youtube/amfjcohpjldljepbifhmpnoncoebapjb |
विवरण | Adblocker for youtube™ |
फ़ाइल का आकार | 20.46 KB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2021-11-29 |
प्रकाशन तिथि | 2021-11-29 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | gamecodies |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adblocker youtube\u2122", "version": "1.0.5", "description": "Adblocker for youtube\u2122", "permissions": [ "storage" ], "icons": { "128": "adblockicon.png" }, "browser_action": { "default_icon": "adblockicon.png" }, "content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'", "background": { "scripts": [ "background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "app\/a.js" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 2, "web_accessible_resources": [] } |