Youtube-No-Suggestions
Removes suggested videos from the Youtube interface.
ما هو Youtube-No-Suggestions؟
Youtube-No-Suggestions هو إضافة Chrome تم تطويرها بواسطة msbrown، والميزة الرئيسية لها هي "Removes suggested videos from the Youtube interface.".
تحميل ملف CRX للإضافة Youtube-No-Suggestions
قم بتنزيل ملفات الامتداد Youtube-No-Suggestions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Spending too many mindless hours hooked on youtube videos? This extension removes all suggested videos from youtube.com
معلومات أساسية عن التمديد
الاسم | |
ID | gbppnbcbbicnmdeapmagkaophailaeij |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij |
الوصف | Removes suggested videos from the Youtube interface. |
حجم الملف | 3.15 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-05-29 |
تاريخ النشر | 2017-05-28 |
المطور | msbrown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mbrown1413/Youtube-No-Suggest |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Removes suggested videos from the Youtube interface.", "manifest_version": 2, "name": "Youtube-No-Suggestions", "version": "1.0", "homepage_url": "https:\/\/github.com\/mbrown1413\/Youtube-No-Suggest", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "remove_suggestions.css" ] } ] } |