Click to Pause for Twitch

Click the Twitch video to pause.

Qu'est-ce que Click to Pause for Twitch ?

Click to Pause for Twitch est une extension Chrome développée par SamVK, et sa fonction principale est "Click the Twitch video to pause.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Click to Pause for Twitch

Téléchargez les fichiers d'extension Click to Pause for Twitch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Click to Pause for Twitch Click to Pause for Twitch
ID dmfaigalopddebbakgnifldgfhdinopo
URL Officiel https://chromewebstore.google.com/detail/click-to-pause-for-twitch/dmfaigalopddebbakgnifldgfhdinopo
Description Click the Twitch video to pause.
Taille du Fichier 14.48 KB
Nombre d'Installations 759
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-02-07
Date de Publication 2021-11-01
Évaluation 4.08/5 Total 12 Évaluations
Développeur SamVK
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/samvk/twitch-click-to-pause
URL de la Page d'Aide https://samvk.com/contact
URL de la Page de Politique de Confidentialité https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Langues Prises en Charge 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"
            ]
        }
    ]
}