twitch stop autolay
Stopps the autoplay on the twitch frontpage
What is twitch stop autolay?
twitch stop autolay is a Chrome extension developed by ApeWithCompiler, and its main feature is "Stopps the autoplay on the twitch frontpage".
Extension Screenshots
Download twitch stop autolay Extension CRX File
Download twitch stop autolay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Annoyed getting screamed from the player on the twitch frontpage? This plugin mutes and stops the player.
Extension Basic Information
Name | twitch stop autolay |
ID | ellafikcjlakbpanbejcpcgacedleoeo |
Official URL | https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo |
Description | Stopps the autoplay on the twitch frontpage |
File Size | 23.75 KB |
Installation Count | 53 |
Current Version | 1.0 |
Last Updated | 2022-06-27 |
Publish Date | 2022-06-27 |
Rating | 3.75/5 Total 4 Ratings |
Developer | ApeWithCompiler |
[email protected] | |
Payment Type | free |
Extension Website | https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay |
Supported Languages | 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" } } |