YouTube Scoll Seek
Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)
Vad är YouTube Scoll Seek?
YouTube Scoll Seek är en Chrome-tillägg utvecklad av alex.shilin, och dess huvudfunktion är "Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)".
Tilläggsskärmbilder
Ladda ner YouTube Scoll Seek-förlängningens CRX-fil
Ladda ner YouTube Scoll Seek-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows you to use your mouse wheel to seek through YouTube videos. Grundläggande Information om Tillägg
| Namn | |
| ID | pjggaihgkeacmloeihkapcocpgjcdfdl |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-scoll-seek/pjggaihgkeacmloeihkapcocpgjcdfdl |
| Beskrivning | Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward) |
| Filstorlek | 10.21 KB |
| Antal Installationer | 222 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2022-05-25 |
| Publiceringsdatum | 2022-04-21 |
| Betyg | 5.00/5 Totalt 7 Betyg |
| Utvecklare | alex.shilin |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |