Click to Pause for Twitch
Click the Twitch video to pause.
What is Click to Pause for Twitch?
Click to Pause for Twitch is a Chrome extension developed by SamVK, and its main feature is "Click the Twitch video to pause.".
Extension Screenshots
Download Click to Pause for Twitch Extension CRX File
Download Click to Pause for Twitch 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
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.
Extension Basic Information
Name | Click to Pause for Twitch |
ID | dmfaigalopddebbakgnifldgfhdinopo |
Official URL | https://chromewebstore.google.com/detail/click-to-pause-for-twitch/dmfaigalopddebbakgnifldgfhdinopo |
Description | Click the Twitch video to pause. |
File Size | 14.48 KB |
Installation Count | 759 |
Current Version | 1.1.0 |
Last Updated | 2022-02-07 |
Publish Date | 2021-11-01 |
Rating | 4.08/5 Total 12 Ratings |
Developer | SamVK |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/samvk/twitch-click-to-pause |
Help Page URL | https://samvk.com/contact |
Privacy Policy Page URL | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Supported Languages | 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" ] } ] } |