MNR - YouTube Video Unlimited Speeder
This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.
What is MNR - YouTube Video Unlimited Speeder?
MNR - YouTube Video Unlimited Speeder is a Chrome extension developed by Nasir Rahimi, and its main feature is "This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.".
Extension Screenshots
Download MNR - YouTube Video Unlimited Speeder Extension CRX File
Download MNR - YouTube Video Unlimited Speeder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | MNR - YouTube Video Unlimited Speeder |
ID | eakinmgjpkiadkdopgomfabcmgfbeggm |
Official URL | https://chromewebstore.google.com/detail/mnr-youtube-video-unlimit/eakinmgjpkiadkdopgomfabcmgfbeggm |
Description | This extension provides shortcut keys to speed up & slow down YouTube video more than 2x. |
File Size | 28.55 KB |
Installation Count | 166 |
Current Version | 0.1.0 |
Last Updated | 2020-09-04 |
Publish Date | 2020-09-04 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Nasir Rahimi |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |