YouTube toggle
Pause / play youtube via shortcut from anywhere
Wat is YouTube toggle?
YouTube toggle is een Chrome-extensie ontwikkeld door Florian Thomas, en de belangrijkste functie is "Pause / play youtube via shortcut from anywhere".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube toggle
Download YouTube toggle-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
Set the shortcut in your chrome settings and it will pause / play your open YouTube-Video once you press the specified key combination. Basisinformatie over de Extensie
| Naam | |
| ID | hpfgcckhlgfbajmpcfbdidecbfmmccjj |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-toggle/hpfgcckhlgfbajmpcfbdidecbfmmccjj |
| Beschrijving | Pause / play youtube via shortcut from anywhere |
| Bestandsgrootte | 7.8 KB |
| Aantal Installaties | 54 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-06-28 |
| Publicatiedatum | 2016-06-28 |
| Ontwikkelaar | Florian Thomas |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Crunch09/youtube-toggle |
| Ondersteunde Talen | 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"
} | |