No more shorts
Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
ما هو No more shorts؟
No more shorts هو إضافة Chrome تم تطويرها بواسطة kakke، والميزة الرئيسية لها هي "Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة No more shorts
قم بتنزيل ملفات الامتداد No more shorts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension is in alpha, check out the code on my github.
معلومات أساسية عن التمديد
الاسم | No more shorts |
ID | cdgiehpicfibgnnekjipimaabanbdagh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh |
الوصف | Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling. |
حجم الملف | 11.53 KB |
عدد التثبيتات | 280 |
النسخة الحالية | 0.0.0.6 |
آخر تحديث | 2023-01-02 |
تاريخ النشر | 2022-12-27 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | kakke |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/albertbayazidi/no_more_shorts |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": true, "js": [ "remove_html.js" ], "run_at": "document_start" } ], "manifest_version": 3, "name": "No more shorts", "version": "0.0.0.6", "description": "Removes shorts and shorts section from your youtube feed. No more distractions\/doom scrooling.", "icons": { "128": "img.png" } } |