twitch stop autolay
Stopps the autoplay on the twitch frontpage
Vad är twitch stop autolay?
twitch stop autolay är en Chrome-tillägg utvecklad av ApeWithCompiler, och dess huvudfunktion är "Stopps the autoplay on the twitch frontpage".
Tilläggsskärmbilder
Ladda ner twitch stop autolay-förlängningens CRX-fil
Ladda ner twitch stop autolay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Annoyed getting screamed from the player on the twitch frontpage? This plugin mutes and stops the player.
Grundläggande Information om Tillägg
Namn | twitch stop autolay |
ID | ellafikcjlakbpanbejcpcgacedleoeo |
Officiell webbadress | https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo |
Beskrivning | Stopps the autoplay on the twitch frontpage |
Filstorlek | 23.75 KB |
Antal Installationer | 53 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-06-27 |
Publiceringsdatum | 2022-06-27 |
Betyg | 3.75/5 Totalt 4 Betyg |
Utvecklare | ApeWithCompiler |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay |
Stödda Språk | 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" } } |