Zen YouTube: Distraction free youtube
Removes feed and recommendations from YouTube so that you can have a distraction free focused session
ما هو Zen YouTube: Distraction free youtube؟
Zen YouTube: Distraction free youtube هو إضافة Chrome تم تطويرها بواسطة Vishnu Gt، والميزة الرئيسية لها هي "Removes feed and recommendations from YouTube so that you can have a distraction free focused session".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zen YouTube: Distraction free youtube
قم بتنزيل ملفات الامتداد Zen YouTube: Distraction free youtube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you have a distraction free YouTube session by removing the recommendations and your home page feed so that you don't end up watching YouTube for hours. Github Link: https://github.com/vishnugt/Zen-Youtube
معلومات أساسية عن التمديد
الاسم | Zen YouTube: Distraction free youtube |
ID | ibcpcdiajmfmkieocebkoiofgdbbecel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel |
الوصف | Removes feed and recommendations from YouTube so that you can have a distraction free focused session |
حجم الملف | 10.31 KB |
عدد التثبيتات | 6,000 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2022-02-09 |
تاريخ النشر | 2021-10-24 |
تقييم | 5.00/5 مجموع تقييمات 21 |
المطور | Vishnu Gt |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/vishnugt/Zen-Youtube |
عنوان صفحة المساعدة | https://github.com/vishnugt/Zen-Youtube |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zen YouTube: Distraction free youtube", "version": "2.0.0", "manifest_version": 2, "description": "Removes feed and recommendations from YouTube so that you can have a distraction free focused session", "homepage_url": "https:\/\/github.com\/vishnugt\/Zen-Youtube", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*", "storage" ], "browser_action": { "default_popup": "popup\/popup.html" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ], "all_frames": true } ] } |