Click to Pause for Twitch
Click the Twitch video to pause.
Vad är Click to Pause for Twitch?
Click to Pause for Twitch är en Chrome-tillägg utvecklad av SamVK, och dess huvudfunktion är "Click the Twitch video to pause.".
Tilläggsskärmbilder
Ladda ner Click to Pause for Twitch-förlängningens CRX-fil
Ladda ner Click to Pause for Twitch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Click to Pause for Twitch |
ID | dmfaigalopddebbakgnifldgfhdinopo |
Officiell webbadress | https://chromewebstore.google.com/detail/click-to-pause-for-twitch/dmfaigalopddebbakgnifldgfhdinopo |
Beskrivning | Click the Twitch video to pause. |
Filstorlek | 14.48 KB |
Antal Installationer | 759 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2022-02-07 |
Publiceringsdatum | 2021-11-01 |
Betyg | 4.08/5 Totalt 12 Betyg |
Utvecklare | SamVK |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/samvk/twitch-click-to-pause |
Hjälpsida URL | https://samvk.com/contact |
URL till Sekretesspolicy Sidan | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Stödda Språk | 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" ] } ] } |