MNR - YouTube Video Unlimited Speeder
This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.
Vad är MNR - YouTube Video Unlimited Speeder?
MNR - YouTube Video Unlimited Speeder är en Chrome-tillägg utvecklad av Nasir Rahimi, och dess huvudfunktion är "This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.".
Tilläggsskärmbilder
Ladda ner MNR - YouTube Video Unlimited Speeder-förlängningens CRX-fil
Ladda ner MNR - YouTube Video Unlimited Speeder-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
With this extension you can speed up YouTube videos more than 2x by pressing (Alt + Ctrl + U), to slow down a YouTube video press (Alt + Ctrl + D) and to make it normal press (Alt + Ctrl + N). Grundläggande Information om Tillägg
| Namn | |
| ID | eakinmgjpkiadkdopgomfabcmgfbeggm |
| Officiell webbadress | https://chromewebstore.google.com/detail/mnr-youtube-video-unlimit/eakinmgjpkiadkdopgomfabcmgfbeggm |
| Beskrivning | This extension provides shortcut keys to speed up & slow down YouTube video more than 2x. |
| Filstorlek | 28.55 KB |
| Antal Installationer | 166 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2020-09-04 |
| Publiceringsdatum | 2020-09-04 |
| Betyg | 4.20/5 Totalt 5 Betyg |
| Utvecklare | Nasir Rahimi |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MNR - YouTube Video Unlimited Speeder",
"version": "0.1.0",
"description": "This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.",
"manifest_version": 2,
"page_action": {
"default_title": "MNR - YouTube Video Unlimited Speeder",
"default_icon": {
"128": "icons\/128.png",
"16": "icons\/16.png",
"48": "icons\/48.png"
}
},
"content_scripts": [
{
"js": [
"app.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_idle"
}
],
"icons": {
"128": "icons\/128.png",
"16": "icons\/16.png",
"48": "icons\/48.png"
},
"permissions": [
"https:\/\/www.youtube.com\/*"
]
} | |