Youtube adblocker
watch ads free videos on youtube
ما هو Youtube adblocker؟
Youtube adblocker هو إضافة Chrome تم تطويرها بواسطة youtbadblocker، والميزة الرئيسية لها هي "watch ads free videos on youtube".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube adblocker
قم بتنزيل ملفات الامتداد Youtube adblocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |