Ad Blocker for YouTube
Watch YouTube without any ads!
Ad Blocker for YouTube क्या है?
Ad Blocker for YouTube Peter Pi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch YouTube without any ads!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ad Blocker for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
IMPORTANT: - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome. With this extension, you can: - Skip ads prior to the actual video content - Blocks any pop-up ads during the video within the frame
एक्सटेंशन की मूल जानकारी
नाम | Ad Blocker for YouTube |
ID | gmcmlgfecmkefmkgbbnggmamclbmikbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi |
विवरण | Watch YouTube without any ads! |
फ़ाइल का आकार | 23.32 KB |
स्थापना संख्या | 23,302 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2020-01-30 |
प्रकाशन तिथि | 2020-01-25 |
रेटिंग | 4.27/5 कुल 45 रेटिंग्स |
डेवलपर | Peter Pi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ad Blocker for YouTube", "version": "1.0.6", "description": "Watch YouTube without any ads!", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |