YouTube toggle
Pause / play youtube via shortcut from anywhere
What is YouTube toggle?
YouTube toggle is a Chrome extension developed by Florian Thomas, and its main feature is "Pause / play youtube via shortcut from anywhere".
Extension Screenshots
Download YouTube toggle Extension CRX File
Download YouTube toggle 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
Set the shortcut in your chrome settings and it will pause / play your open YouTube-Video once you press the specified key combination.
Extension Basic Information
Name | |
ID | hpfgcckhlgfbajmpcfbdidecbfmmccjj |
Official URL | https://chromewebstore.google.com/detail/youtube-toggle/hpfgcckhlgfbajmpcfbdidecbfmmccjj |
Description | Pause / play youtube via shortcut from anywhere |
File Size | 7.8 KB |
Installation Count | 54 |
Current Version | 1.0 |
Last Updated | 2016-06-28 |
Publish Date | 2016-06-28 |
Developer | Florian Thomas |
Payment Type | free |
Extension Website | https://github.com/Crunch09/youtube-toggle |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube toggle", "description": "Pause \/ play youtube via shortcut from anywhere", "version": "1.0", "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ], "commands": { "toggle-youtube": { "suggested_key": { "default": "Ctrl+Shift+P" }, "description": "Toggle YouTube" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon128_128.png", "48": "icon48_48.png" }, "author": "Florian Thomas" } |