twitch stop autolay

Stopps the autoplay on the twitch frontpage

Hvad er twitch stop autolay?

twitch stop autolay er en Chrome-udvidelse udviklet af ApeWithCompiler, og dens hovedfunktion er "Stopps the autoplay on the twitch frontpage".

Udvidelsesskærmbilleder

screenshot

Download twitch stop autolay-udvidelses-CRX-fil

Download twitch stop autolay-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

                        Annoyed getting screamed from the player on the twitch frontpage?
This plugin mutes and stops the player.                    

Grundlæggende oplysninger om udvidelsen

Navn twitch stop autolay twitch stop autolay
ID ellafikcjlakbpanbejcpcgacedleoeo
Officiel URL https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo
Beskrivelse Stopps the autoplay on the twitch frontpage
Filstørrelse 23.75 KB
Antal Installationer 53
Nuværende Version 1.0
Senest Opdateret 2022-06-27
Udgivelsesdato 2022-06-27
Bedømmelse 3.75/5 Samlet 4 Bedømmelser
Udvikler ApeWithCompiler
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "twitch stop autolay",
    "description": "Stopps the autoplay on the twitch frontpage",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.twitch.tv\/\/",
        "https:\/\/www.twitch.tv\/"
    ],
    "background": {
        "service_worker": "service.js"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}