Twitch: Click to Pause

Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!

Cos'è Twitch: Click to Pause?

Twitch: Click to Pause è un'estensione di Chrome sviluppata da heltonricardo, e la sua funzione principale è "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitch: Click to Pause

Scarica i file di estensione Twitch: Click to Pause in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "Twitch: Click to Pause" is an extension that allows you to easily pause Twitch videos with a simple click on the video itself. With this extension, you no longer have to worry about missing the pause button when watching your favorite Twitch videos. Just click on the video and it will pause immediately, giving you greater control over your viewing experience. Download the extension now and start enjoying a more intuitive and personalized viewing experience on Twitch!                    

Informazioni di Base sull'Estensione

Nome Twitch: Click to Pause Twitch: Click to Pause
ID adobjpkknimepogllngddjikogghgdhl
URL Ufficiale https://chromewebstore.google.com/detail/twitch-click-to-pause/adobjpkknimepogllngddjikogghgdhl
Descrizione Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!
Dimensione del File 24.14 KB
Conteggio Installazioni 103
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-05-25
Data di Pubblicazione 2023-05-16
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore heltonricardo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/heltonricardo/twitch-click-to-pause
URL della Pagina di Aiuto https://github.com/heltonricardo/twitch-click-to-pause
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": "Helton Ricardo",
    "name": "Twitch: Click to Pause",
    "description": "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png",
        "256": "assets\/img\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}