YouBlocker
Ad-Free YouTube Experience.
ما هو YouBlocker؟
YouBlocker هو إضافة Chrome تم تطويرها بواسطة Torrextension، والميزة الرئيسية لها هي "Ad-Free YouTube Experience.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouBlocker
قم بتنزيل ملفات الامتداد YouBlocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Works with the new YouTube update ! Enjoy a seamless YouTube experience with our “YouBlocker” extension. Our extension is designed to improve your YouTube viewing experience by removing intrusive video ads, while preserving the platform's core functionality + we don't collect your data. 🔥 IF YOU NEED A CUSTOM EXTENSION, I CAN CREATE ONE FOR YOU : ibuildyourextension.com
معلومات أساسية عن التمديد
الاسم | YouBlocker |
ID | khplgcfcmalolfkblneflibkmamgogom |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youblocker/khplgcfcmalolfkblneflibkmamgogom |
الوصف | Ad-Free YouTube Experience. |
حجم الملف | 10.5 KB |
عدد التثبيتات | 233 |
النسخة الحالية | 2.6 |
آخر تحديث | 2024-02-16 |
تاريخ النشر | 2023-11-07 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | Torrextension |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://torrextension.com/youblocker |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouBlocker", "version": "2.6", "description": "Ad-Free YouTube Experience.", "manifest_version": 3, "author": "Torrextension", "icons": { "128": "logo.png" }, "action": { "default_popup": "index.html", "default_icon": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "webNavigation", "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/watch*" ], "incognito": "split" } |