AdsBlocker for YouTube™
AdsBlocker for YouTube™ automatically blocks all ads on YouTube™
ما هو AdsBlocker for YouTube™؟
AdsBlocker for YouTube™ هو إضافة Chrome تم تطويرها بواسطة olyafoteva3، والميزة الرئيسية لها هي "AdsBlocker for YouTube™ automatically blocks all ads on YouTube™".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AdsBlocker for YouTube™
قم بتنزيل ملفات الامتداد AdsBlocker for YouTube™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adblock is a browser extension with content filtering and ad blocking that blocks. This allows users to prevent the display of page elements such as advertisements. Banners, commercials, or even commercials that you usually see before videos are blocked. Save your time by stopping these useless advertisements. In fact, after installing Adblock , all ads will be hidden, including video ads embedded on other sites. Features Adblock : - blocks ads, banners and pop-ups - Blocking ads on external sites that download - mprove page loading speed
معلومات أساسية عن التمديد
الاسم | |
ID | pdkgjjhlbojfndcacamipdenealcpmcb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/adsblocker-for-youtube/pdkgjjhlbojfndcacamipdenealcpmcb |
الوصف | AdsBlocker for YouTube™ automatically blocks all ads on YouTube™ |
حجم الملف | 28.83 KB |
عدد التثبيتات | 20,000 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-02-01 |
تاريخ النشر | 2020-11-09 |
تقييم | 3.86/5 مجموع تقييمات 79 |
المطور | olyafoteva3 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://docs.google.com/document/d/e/2PACX-1vR92wyo16IRMvrWQFtmLCkPcp9IBIBaQ7PFlXpjQUou8xcoly2LZVcMh3iJ-6OUcW9wAs6nQ22En92q/pub |
اللغات المدعومة | 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 | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.1", "manifest_version": 2, "default_locale": "en", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "content.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": { "128": "icon.png" } }, "permissions": [ "webRequest", "webRequestBlocking", " |