twitch stop autolay

Stopps the autoplay on the twitch frontpage

Was ist twitch stop autolay?

twitch stop autolay ist eine Chrome-Erweiterung, die von ApeWithCompiler entwickelt wurde, und ihr Hauptmerkmal ist "Stopps the autoplay on the twitch frontpage".

Erweiterungsscreenshots

screenshot

twitch stop autolay-Erweiterungs-CRX-Datei herunterladen

Laden Sie twitch stop autolay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name twitch stop autolay twitch stop autolay
ID ellafikcjlakbpanbejcpcgacedleoeo
Offizielle URL https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo
Beschreibung Stopps the autoplay on the twitch frontpage
Dateigröße 23.75 KB
Installationsanzahl 53
Aktuelle Version 1.0
Letztes Update 2022-06-27
Veröffentlichungsdatum 2022-06-27
Bewertung 3.75/5 Insgesamt 4 Bewertungen
Entwickler ApeWithCompiler
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay
Unterstützte Sprachen 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"
    }
}