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!

Hvad er Twitch: Click to Pause?

Twitch: Click to Pause er en Chrome-udvidelse udviklet af heltonricardo, og dens hovedfunktion er "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!".

Udvidelsesskærmbilleder

screenshot
screenshot

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

Download Twitch: Click to Pause-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: 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!                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch: Click to Pause Twitch: Click to Pause
ID adobjpkknimepogllngddjikogghgdhl
Officiel URL https://chromewebstore.google.com/detail/twitch-click-to-pause/adobjpkknimepogllngddjikogghgdhl
Beskrivelse Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!
Filstørrelse 24.14 KB
Antal Installationer 103
Nuværende Version 1.0.1
Senest Opdateret 2023-05-25
Udgivelsesdato 2023-05-16
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler heltonricardo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/heltonricardo/twitch-click-to-pause
Hjælpeside-URL https://github.com/heltonricardo/twitch-click-to-pause
Understøttede Sprog 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"
            ]
        }
    ]
}