Twitch Legacy Chat
Restores Legacy Chat
什么是Twitch Legacy Chat?
Twitch Legacy Chat是由cool boy alfie开发的Chrome扩展程序,该扩展的主要功能是“Restores Legacy Chat”。
扩展截图
下载Twitch Legacy Chat扩展crx文件
下载Twitch Legacy Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Restores Twitch legacy chat with iFrames because Twitch new site is real weird monkaS
扩展基本信息
名称 | Twitch Legacy Chat |
ID | nonbdfmekapigdafeajhmhbkbnfibfhg |
官方URL | https://chromewebstore.google.com/detail/twitch-legacy-chat/nonbdfmekapigdafeajhmhbkbnfibfhg |
简介 | Restores Legacy Chat |
文件大小 | 98.06 KB |
安装次数 | 6,272 |
当前版本 | 2.1.1 |
更新时间 | 2018-03-04 |
上架时间 | 2018-03-04 |
评分 | 4.60/5 共58次评分 |
开发者 | cool boy alfie |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Legacy Chat", "version": "2.1.1", "description": "Restores Legacy Chat", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "jquery-2.2.4.min.js", "content.js" ] } ] } |