Click to Pause for Twitch

Click the Twitch video to pause.

Hvad er Click to Pause for Twitch?

Click to Pause for Twitch er en Chrome-udvidelse udviklet af SamVK, og dens hovedfunktion er "Click the Twitch video to pause.".

Udvidelsesskærmbilleder

screenshot

Download Click to Pause for Twitch-udvidelses-CRX-fil

Download Click to Pause for Twitch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Click to Pause for Twitch Click to Pause for Twitch
ID dmfaigalopddebbakgnifldgfhdinopo
Officiel URL https://chromewebstore.google.com/detail/click-to-pause-for-twitch/dmfaigalopddebbakgnifldgfhdinopo
Beskrivelse Click the Twitch video to pause.
Filstørrelse 14.48 KB
Antal Installationer 759
Nuværende Version 1.1.0
Senest Opdateret 2022-02-07
Udgivelsesdato 2021-11-01
Bedømmelse 4.08/5 Samlet 12 Bedømmelser
Udvikler SamVK
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/samvk/twitch-click-to-pause
Hjælpeside-URL https://samvk.com/contact
URL til Fortrolighedspolitik Side https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Understøttede Sprog 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"
            ]
        }
    ]
}