Youtube adblocker
watch ads free videos on youtube
Youtube adblocker क्या है?
Youtube adblocker youtbadblocker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "watch ads free videos on youtube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube adblocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Youtube adblocker is a Chrome extension designed to enhance your browsing experience by blocking intrusive ads on youtube and annoying pop-ups. With its user-friendly interface, it offers efficient ad and popup blocking, allowing you to enjoy a cleaner, faster, and more secure online environment. Say goodbye to distractions, protect your privacy, and browse the web with ease. Install Youtube adblocker today and take control of your online experience.
एक्सटेंशन की मूल जानकारी
नाम | Youtube adblocker |
ID | nihjoknbdeopkanoegafjcbbeaidemke |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-adblocker/nihjoknbdeopkanoegafjcbbeaidemke |
विवरण | watch ads free videos on youtube |
फ़ाइल का आकार | 136 KB |
स्थापना संख्या | 440 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2024-01-15 |
प्रकाशन तिथि | 2023-09-24 |
रेटिंग | 5.00/5 कुल 23 रेटिंग्स |
डेवलपर | youtbadblocker |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.youtubeadblocker.net/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube adblocker", "description": "watch ads free videos on youtube", "version": "1.2.0", "manifest_version": 3, "icons": { "16": "YoutubeAdBlocker16x16.png", "48": "YoutubeAdBlocker48x48.png", "128": "YoutubeAdBlocker128x128.png" }, "action": { "default_popup": "popup.html", "default_title": "YoutubeAdBlocker", "default_icon": "YoutubeAdBlocker16x16.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "storage", "declarativeNetRequest" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "contentScript.js" ] } ] } |