twitch stop autolay
Stopps the autoplay on the twitch frontpage
Cos'è twitch stop autolay?
twitch stop autolay è un'estensione di Chrome sviluppata da ApeWithCompiler, e la sua funzione principale è "Stopps the autoplay on the twitch frontpage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione twitch stop autolay
Scarica i file di estensione twitch stop autolay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Annoyed getting screamed from the player on the twitch frontpage? This plugin mutes and stops the player.
Informazioni di Base sull'Estensione
Nome | twitch stop autolay |
ID | ellafikcjlakbpanbejcpcgacedleoeo |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo |
Descrizione | Stopps the autoplay on the twitch frontpage |
Dimensione del File | 23.75 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-06-27 |
Data di Pubblicazione | 2022-06-27 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | ApeWithCompiler |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay |
Lingue Supportate | 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" } } |