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 |
| Eメール | [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"
}
} | |