youtube_ad_remover
No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…
youtube_ad_remover क्या है?
youtube_ad_remover nickelstarvo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में youtube_ad_remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads on Youtube ™. This allows to prevent page elements such as advertisements from being displayed to you. Commercial clips and commercials that you usually see before the actual Youtube videos are blocked by our extension. Peculiarities: + blocks ads and pop-ups + ad blocking on external sites that download Youtube + prevent ads from loading on Youtube
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dahgebjcdkhedpjdkkhdleobnnbnkclk |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtubeadremover/dahgebjcdkhedpjdkkhdleobnnbnkclk |
विवरण | No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads… |
फ़ाइल का आकार | 28.02 KB |
स्थापना संख्या | 285 |
वर्तमान संस्करण | 3.2.0 |
अंतिम अपडेट | 2022-03-24 |
प्रकाशन तिथि | 2022-03-24 |
डेवलपर | nickelstarvo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube_ad_remover", "version": "3.2.0", "manifest_version": 3, "background": { "service_worker": "bg.js" }, "permissions": [ "declarativeNetRequest", "alarms" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_start" } ] } |