Twitch Scam Train
Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp
什么是Twitch Scam Train?
Twitch Scam Train是由piggeywig2000开发的Chrome扩展程序,该扩展的主要功能是“Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp”。
扩展截图
下载Twitch Scam Train扩展crx文件
下载Twitch Scam Train扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension changes the Hype Train text on https://www.twitch.tv/ to Scam Train, which is what it should have been called all along :)
It modifies the box that shows at the top of the chat, and replaces:
• The "Hype Train" text in the top left of the box
• The "Hype Train incoming" that shows at the start of the hype train
• The "hyypppeeee" text that shows when the hype train levels up
• The "Hype Train success!" that shows at the end of a successful hype train
• The "The Hype Train is long gone" that shows at the end of a failed hype train 扩展基本信息
| 名称 | |
| ID | jlinjholmagaafbfhnmgodnpklojiflo |
| 官方URL | https://chromewebstore.google.com/detail/twitch-scam-train/jlinjholmagaafbfhnmgodnpklojiflo |
| 简介 | Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp |
| 文件大小 | 8.79 KB |
| 安装次数 | 72 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-03-07 |
| 上架时间 | 2020-03-07 |
| 开发者 | piggeywig2000 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch Scam Train",
"short_name": "Scam Train",
"version": "1.0",
"description": "Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp",
"content_scripts": [
{
"js": [
"scamtrain.js"
],
"matches": [
"https:\/\/www.twitch.tv\/*"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon32.png"
}
} | |