twitch stop autolay

Stopps the autoplay on the twitch frontpage

Wat is twitch stop autolay?

twitch stop autolay is een Chrome-extensie ontwikkeld door ApeWithCompiler, en de belangrijkste functie is "Stopps the autoplay on the twitch frontpage".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie twitch stop autolay

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

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

Basisinformatie over de Extensie

Naam twitch stop autolay twitch stop autolay
ID ellafikcjlakbpanbejcpcgacedleoeo
Officiële URL https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo
Beschrijving Stopps the autoplay on the twitch frontpage
Bestandsgrootte 23.75 KB
Aantal Installaties 53
Huidige Versie 1.0
Laatst Bijgewerkt 2022-06-27
Publicatiedatum 2022-06-27
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar ApeWithCompiler
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay
Ondersteunde Talen 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"
    }
}