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
擴展基本資訊
名稱 | Twitch Scam Train |
ID | jlinjholmagaafbfhnmgodnpklojiflo |
官方網址 | 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" } } |