YouTube On-screen Hotkeys
On screen hotkeys for youtube, with ad fast-forwarding capabilities
What is YouTube On-screen Hotkeys?
YouTube On-screen Hotkeys is a Chrome extension developed by eric.x.dev01, and its main feature is "On screen hotkeys for youtube, with ad fast-forwarding capabilities".
Extension Screenshots
Download YouTube On-screen Hotkeys Extension CRX File
Download YouTube On-screen Hotkeys 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
On-screen hotkeys for YouTube. Enables fast forwarding YouTube ads and videos by simple clicking the top right portion of the video. Also enables skipping and backtracking 10 seconds with cursor.
Extension Basic Information
Name | |
ID | pjignmjgalcnihmjmkaliemdlagnhfnn |
Official URL | https://chromewebstore.google.com/detail/youtube-on-screen-hotkeys/pjignmjgalcnihmjmkaliemdlagnhfnn |
Description | On screen hotkeys for youtube, with ad fast-forwarding capabilities |
File Size | 18.37 KB |
Installation Count | 115 |
Current Version | 0.0.7 |
Last Updated | 2021-04-29 |
Publish Date | 2020-04-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | eric.x.dev01 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/ff48.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "popup.js" ], "matches": [ "https:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "On screen hotkeys for youtube, with ad fast-forwarding capabilities", "icons": { "128": "images\/ff128.png", "16": "images\/ff16.png", "32": "images\/ff32.png", "48": "images\/ff48.png" }, "manifest_version": 2, "name": "YouTube On-screen Hotkeys", "options_page": "options.html", "permissions": [ "activeTab", "https:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/*" ], "version": "0.0.7" } |