twitch stop autolay
Stopps the autoplay on the twitch frontpage
什么是twitch stop autolay?
twitch stop autolay是由ApeWithCompiler开发的Chrome扩展程序,该扩展的主要功能是“Stopps the autoplay on the twitch frontpage”。
扩展截图
下载twitch stop autolay扩展crx文件
下载twitch stop autolay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Annoyed getting screamed from the player on the twitch frontpage? This plugin mutes and stops the player.
扩展基本信息
名称 | twitch stop autolay |
ID | ellafikcjlakbpanbejcpcgacedleoeo |
官方URL | https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo |
简介 | Stopps the autoplay on the twitch frontpage |
文件大小 | 23.75 KB |
安装次数 | 53 |
当前版本 | 1.0 |
更新时间 | 2022-06-27 |
上架时间 | 2022-06-27 |
评分 | 3.75/5 共4次评分 |
开发者 | ApeWithCompiler |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay |
支持的语言 | 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" } } |