YouTube No Context
This removes YouTube's context/clarify box
ما هو YouTube No Context؟
YouTube No Context هو إضافة Chrome تم تطويرها بواسطة Brent، والميزة الرئيسية لها هي "This removes YouTube's context/clarify box".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube No Context
قم بتنزيل ملفات الامتداد YouTube No Context بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Just a plugin to de-clutter YouTube's watch page by removing the context (aka clarify) box. I just want to get rid of all the clutter going on :) معلومات أساسية عن التمديد
| الاسم | |
| ID | dnlffelklagnbdjpcbhfdbangccjmhhh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh |
| الوصف | This removes YouTube's context/clarify box |
| حجم الملف | 3.7 KB |
| عدد التثبيتات | 1,259 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2022-08-08 |
| تاريخ النشر | 2022-08-08 |
| تقييم | 5.00/5 مجموع تقييمات 26 |
| المطور | Brent |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/BrentFarris/youtube-no-context |
| عنوان صفحة المساعدة | https://github.com/BrentFarris/youtube-no-context/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube No Context",
"action": {
"default_icon": "icon.png"
},
"manifest_version": 3,
"version": "1.0",
"description": "This removes YouTube's context\/clarify box",
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*"
],
"background": {
"service_worker": "background.js"
}
} | |