Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
ما هو Minimal YouTube؟
Minimal YouTube هو إضافة Chrome تم تطويرها بواسطة Ephraim Atta-Duncan، والميزة الرئيسية لها هي "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Minimal YouTube
قم بتنزيل ملفات الامتداد Minimal YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Dopamine Free Youtube at your service معلومات أساسية عن التمديد
| الاسم | |
| ID | imnffafnaoooaedkhappfhomnnpigogk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
| الوصف | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
| حجم الملف | 216 KB |
| عدد التثبيتات | 4,330 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2022-10-20 |
| تاريخ النشر | 2022-09-26 |
| تقييم | 4.76/5 مجموع تقييمات 42 |
| المطور | Ephraim Atta-Duncan |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/dephraiim/minimal-youtube |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Minimal YouTube",
"version": "1.0.0",
"description": "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.",
"author": "Ephraim Atta-Duncan",
"icons": {
"16": "assets\/16x16.png",
"48": "assets\/48x48.png",
"128": "assets\/128x128.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/*.youtube.com\/*"
]
}
]
} | |