Twitch Timeout Second Correction
This extension fixes the twitch chat status text from "
什么是Twitch Timeout Second Correction?
Twitch Timeout Second Correction是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension fixes the twitch chat status text from "
扩展截图
下载Twitch Timeout Second Correction扩展crx文件
下载Twitch Timeout Second Correction扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension fixes the twitch chat status text from "timed out for 1 seconds." to the correct phrase of " timed out for 1 second." :P
扩展基本信息
名称 | Twitch Timeout Second Correction |
ID | degkhmoajnelfpefjjoajdphdbijjabd |
官方URL | https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd |
简介 | This extension fixes the twitch chat status text from " |
文件大小 | 3.46 KB |
安装次数 | 25 |
当前版本 | 0.0.1 |
更新时间 | 2019-07-21 |
上架时间 | 2019-07-20 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Timeout Second Correction", "version": "0.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ] } |