twitch stop autolay

Stopps the autoplay on the twitch frontpage

Co to jest twitch stop autolay?

twitch stop autolay to rozszerzenie Chrome opracowane przez ApeWithCompiler, a jego główną funkcją jest „Stopps the autoplay on the twitch frontpage”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia twitch stop autolay

Pobierz pliki rozszerzeń twitch stop autolay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa twitch stop autolay twitch stop autolay
ID ellafikcjlakbpanbejcpcgacedleoeo
Oficjalny URL https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo
Opis Stopps the autoplay on the twitch frontpage
Rozmiar pliku 23.75 KB
Liczba instalacji 53
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-06-27
Data Publikacji 2022-06-27
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper ApeWithCompiler
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay
Obsługiwane Języki 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"
    }
}