Minimal Youtube theme
Make youtube boring and calm
ما هو Minimal Youtube theme؟
Minimal Youtube theme هو إضافة Chrome تم تطويرها بواسطة Rafi، والميزة الرئيسية لها هي "Make youtube boring and calm".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Minimal Youtube theme
قم بتنزيل ملفات الامتداد Minimal Youtube theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It hides some elements in the youtube to make it less distracting and more enjoyable.
معلومات أساسية عن التمديد
الاسم | Minimal Youtube theme |
ID | ccplmbjcmgejfkggenhjagijijklnacm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm |
الوصف | Make youtube boring and calm |
حجم الملف | 26.36 KB |
عدد التثبيتات | 175 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2022-09-07 |
تاريخ النشر | 2022-08-28 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Rafi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Rafi993/minimal-youtube-theme |
عنوان صفحة المساعدة | https://github.com/Rafi993/minimal-youtube-theme/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minimal Youtube theme", "description": "Make youtube boring and calm", "version": "0.0.3", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "css": [ "main.10a003bc.css" ], "js": [ "main.da0dd1a7.js" ] } ], "action": { "default_title": "Options", "default_popup": "options.818d1ab0.html" }, "icons": { "16": "icon16.cf8ed879.png", "32": "icon32.1f1b0c61.png", "48": "icon48.6b8809b5.png", "128": "icon128.12662906.png" } } |