Distraction Free YouTube
YouTube with less distraction!
ما هو Distraction Free YouTube؟
Distraction Free YouTube هو إضافة Chrome تم تطويرها بواسطة developer.4af2c، والميزة الرئيسية لها هي "YouTube with less distraction!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Distraction Free YouTube
قم بتنزيل ملفات الامتداد Distraction Free YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension blocks the home page, explore page, side bar, end screen video tile, and YouTube Shorts. the project is open source: https://github.com/dwssv/distraction-free-youtube
معلومات أساسية عن التمديد
الاسم | Distraction Free YouTube |
ID | cjfomfbgjppmmipmjdfpcjlilpjbahli |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/distraction-free-youtube/cjfomfbgjppmmipmjdfpcjlilpjbahli |
الوصف | YouTube with less distraction! |
حجم الملف | 484 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-05-14 |
تاريخ النشر | 2022-03-27 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | developer.4af2c |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Distraction Free YouTube", "description": "YouTube with less distraction!", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |