YouTube No Scroll For Details
Just remove the scroll for details from YouTube.
ما هو YouTube No Scroll For Details؟
YouTube No Scroll For Details هو إضافة Chrome تم تطويرها بواسطة Hempe، والميزة الرئيسية لها هي "Just remove the scroll for details from YouTube.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube No Scroll For Details
قم بتنزيل ملفات الامتداد YouTube No Scroll For Details بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension to just remove the "scroll for details" feature from YouTube.
معلومات أساسية عن التمديد
الاسم | YouTube No Scroll For Details |
ID | hfkjahglikjilgkjofapdkdboikoobfg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg |
الوصف | Just remove the scroll for details from YouTube. |
حجم الملف | 41.41 KB |
عدد التثبيتات | 2,794 |
النسخة الحالية | 1.5 |
آخر تحديث | 2022-10-25 |
تاريخ النشر | 2020-06-01 |
تقييم | 4.81/5 مجموع تقييمات 53 |
المطور | Hempe |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/hempe/youtubeNoScrollForDetails |
عنوان صفحة سياسة الخصوصية | https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube No Scroll For Details", "version": "1.5", "description": "Just remove the scroll for details from YouTube.", "homepage_url": "https:\/\/github.com\/hempe\/youtubeNoScrollForDetails", "author": "hempe", "short_name": "youtubeNoScrollForDetails", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "css\/contentScript.css" ], "js": [ "js\/contentScript.js" ] } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } } |