YouTube On-screen Hotkeys
On screen hotkeys for youtube, with ad fast-forwarding capabilities
Wat is YouTube On-screen Hotkeys?
YouTube On-screen Hotkeys is een Chrome-extensie ontwikkeld door eric.x.dev01, en de belangrijkste functie is "On screen hotkeys for youtube, with ad fast-forwarding capabilities".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube On-screen Hotkeys
Download YouTube On-screen Hotkeys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pjignmjgalcnihmjmkaliemdlagnhfnn |
Officiële URL | https://chromewebstore.google.com/detail/youtube-on-screen-hotkeys/pjignmjgalcnihmjmkaliemdlagnhfnn |
Beschrijving | On screen hotkeys for youtube, with ad fast-forwarding capabilities |
Bestandsgrootte | 18.37 KB |
Aantal Installaties | 115 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2021-04-29 |
Publicatiedatum | 2020-04-01 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | eric.x.dev01 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |