YouTube Scoll Seek
Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)
ما هو YouTube Scoll Seek؟
YouTube Scoll Seek هو إضافة Chrome تم تطويرها بواسطة alex.shilin، والميزة الرئيسية لها هي "Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Scoll Seek
قم بتنزيل ملفات الامتداد YouTube Scoll Seek بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to use your mouse wheel to seek through YouTube videos. معلومات أساسية عن التمديد
| الاسم | |
| ID | pjggaihgkeacmloeihkapcocpgjcdfdl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-scoll-seek/pjggaihgkeacmloeihkapcocpgjcdfdl |
| الوصف | Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward) |
| حجم الملف | 10.21 KB |
| عدد التثبيتات | 222 |
| النسخة الحالية | 0.2 |
| آخر تحديث | 2022-05-25 |
| تاريخ النشر | 2022-04-21 |
| تقييم | 5.00/5 مجموع تقييمات 7 |
| المطور | alex.shilin |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "0.2",
"name": "YouTube Scoll Seek",
"description": "Seek YouTube videos by hovering mouse over video and scrolling Up \/ Down (Forward \/ Backward)",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "\/images\/yt-ss-16px.png",
"32": "\/images\/yt-ss-32px.png",
"48": "\/images\/yt-ss-48px.png",
"128": "\/images\/yt-ss-128px.png"
}
} | |