Youtube Adblock
Block YouTube™ ads,pop-ups & fight malware!Experience YouTube ad-free with our Adblock Chrome extension.
Youtube Adblock क्या है?
Youtube Adblock Adblock Professional द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block YouTube™ ads,pop-ups & fight malware!Experience YouTube ad-free with our Adblock Chrome extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Adblock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adblock Professional for YouTube, the best adblocker extension for blocking annoying video ads and pop-ups on your favorite video-sharing platform. With Adblock Professional, you can enjoy uninterrupted viewing of your favorite YouTube videos without any ads or distractions. This adblocker for YouTube is designed to improve your browsing experience by reducing internet history and protecting your computer memory while browsing. It prevents ads from loading and slows down the source code to improve your browser performance. With Adblock Professional, you can browse YouTube with confidence, knowing that your information is secure and your browsing habits are protected. Adblock Professional is easy to install and use, and it requires no code knowledge, making it accessible to everyone. The extension prevents spyware from tracking your activity and collecting your data. It removes any base embed tracking code and ensures that your IP address and browsing habits are protected. With Adblock Professional, you can enjoy personalized browsing, taking control of your online experience. The extension allows you to block unwanted ads and customize your browsing experience. Adblock Professional is the perfect tool for anyone who wants to browse the internet without any interruptions. When you install this adblocker for YouTube, you'll notice a significant improvement in your browsing performance. It provides a complete and efficient solution to block ads and personalize your YouTube experience. The extension is completely free and does not require any premium or server access. Adblock Professional is a must-have extension for anyone who wants to enjoy their YouTube experience without any annoying ads or pop-ups. It is the ultimate adblocker extension that offers complete protection and control over your browsing experience.
एक्सटेंशन की मूल जानकारी
नाम | Youtube Adblock |
ID | kfcdniokcciaeklbdeggjpnefacboinb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-adblock/kfcdniokcciaeklbdeggjpnefacboinb |
विवरण | Block YouTube™ ads,pop-ups & fight malware!Experience YouTube ad-free with our Adblock Chrome extension. |
फ़ाइल का आकार | 219 KB |
स्थापना संख्या | 21,994 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-06-29 |
प्रकाशन तिथि | 2023-03-19 |
रेटिंग | 4.82/5 कुल 66 रेटिंग्स |
डेवलपर | Adblock Professional |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77 |
समर्थित भाषाएँ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Adblock", "background": { "service_worker": "worker_container.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "default_title": "Instantly block annoying ads, pop-ups & intrusive trackers with Adblock professional.Skip intro ads on YouTube.", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "js\/content.js" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ads", "enabled": true, "path": "rules\/remove_ads.json" }, { "id": "annotations", "enabled": true, "path": "rules\/remove_annotations.json" } ] }, "incognito": "split", "manifest_version": 3, "minimum_chrome_version": "88.0", "permissions": [ "storage", "declarativeNetRequest", "tabs" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/3.234.237.16\/*" ], "version": "1.1", "web_accessible_resources": [ { "resources": [ "\/css\/content.css" ], "matches": [ "https:\/\/*\/*" ] } ] } |