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!

Wat is Twitch: Click to Pause?

Twitch: Click to Pause is een Chrome-extensie ontwikkeld door heltonricardo, en de belangrijkste functie is "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Twitch: Click to Pause

Download Twitch: Click to Pause-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        "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!                    

Basisinformatie over de Extensie

Naam Twitch: Click to Pause Twitch: Click to Pause
ID adobjpkknimepogllngddjikogghgdhl
Officiële URL https://chromewebstore.google.com/detail/twitch-click-to-pause/adobjpkknimepogllngddjikogghgdhl
Beschrijving Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!
Bestandsgrootte 24.14 KB
Aantal Installaties 103
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-05-25
Publicatiedatum 2023-05-16
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar heltonricardo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/heltonricardo/twitch-click-to-pause
Help Pagina-URL https://github.com/heltonricardo/twitch-click-to-pause
Ondersteunde Talen 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"
            ]
        }
    ]
}