Click to Pause for Twitch
Click the Twitch video to pause.
Wat is Click to Pause for Twitch?
Click to Pause for Twitch is een Chrome-extensie ontwikkeld door SamVK, en de belangrijkste functie is "Click the Twitch video to pause.".
Extensie Screenshots
Download het CRX-bestand van de extensie Click to Pause for Twitch
Download Click to Pause for Twitch-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
Twitch is the only popular video player where you can't click on the video to play/pause the stream. No more! "Click to Pause for Twitch" adds the simple functionally of toggling the play/pause state by clicking on it. Don't worry: double-click to toggle fullscreen still works too.
Basisinformatie over de Extensie
Naam | Click to Pause for Twitch |
ID | dmfaigalopddebbakgnifldgfhdinopo |
Officiële URL | https://chromewebstore.google.com/detail/click-to-pause-for-twitch/dmfaigalopddebbakgnifldgfhdinopo |
Beschrijving | Click the Twitch video to pause. |
Bestandsgrootte | 14.48 KB |
Aantal Installaties | 759 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-02-07 |
Publicatiedatum | 2021-11-01 |
Beoordeling | 4.08/5 Totaal 12 Beoordelingen |
Ontwikkelaar | SamVK |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/samvk/twitch-click-to-pause |
Help Pagina-URL | https://samvk.com/contact |
URL van de Privacybeleid Pagina | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click to Pause for Twitch", "manifest_version": 2, "version": "1.1.0", "description": "Click the Twitch video to pause.", "author": "Sam Kauffman (SamVK)", "icons": { "16": "img\/icon\/icon-16.png", "48": "img\/icon\/icon-48.png", "128": "img\/icon\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "script.js" ] } ] } |