Youtube AdBlock
Remove ads from Youtube
Youtube AdBlock क्या है?
Youtube AdBlock http://proapps.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove ads from Youtube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube AdBlock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Youtube Adblock is an extension that helps block all ads on Youtube, so you can watch Youtube videos without interruption from annoying ads. This extension supports blocking many different types of ads to serve you needs: Type 1: Youtube ads that appear in the Youtube homepage, right after you visit the Youtube website. Type 2: Youtube Ads in the suggested list of videos, after you watch a video you will be suggested with an ad video. Type 3: Youtube Ads that appear under the description of the video you are warching. Type 4: Youtube Skippable ads video ads that appear in the video. Type 5: Youtube Unskippable ads that force you to watch. So enjoy watching Youtube video without ads by using this extension.
एक्सटेंशन की मूल जानकारी
नाम | Youtube AdBlock |
ID | fljhkpbnflocmlnibjdfppinagckppaj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-adblock/fljhkpbnflocmlnibjdfppinagckppaj |
विवरण | Remove ads from Youtube |
फ़ाइल का आकार | 115 KB |
स्थापना संख्या | 5,412 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2023-09-07 |
प्रकाशन तिथि | 2021-02-18 |
रेटिंग | 4.81/5 कुल 105 रेटिंग्स |
डेवलपर | http://proapps.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://coolsymbol.com |
सहायता पृष्ठ URL | https://emojikeyboard.org |
गोपनीयता नीति पृष्ठ URL | https://proapps.org/extension-privacy-policy.html |
समर्थित भाषाएँ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,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 | |
{ "background": { "scripts": [ "scripts\/unistream.chrome.mv2.v3.0.0.sdk.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "Youtube Adblock" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "Remove ads from Youtube", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "Youtube AdBlock", "permissions": [ "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", " |