Twitch Scam Train
Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp
What is Twitch Scam Train?
Twitch Scam Train is a Chrome extension developed by piggeywig2000, and its main feature is "Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp".
Extension Screenshots
Download Twitch Scam Train Extension CRX File
Download Twitch Scam Train extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Twitch Scam Train |
ID | jlinjholmagaafbfhnmgodnpklojiflo |
Official URL | https://chromewebstore.google.com/detail/twitch-scam-train/jlinjholmagaafbfhnmgodnpklojiflo |
Description | Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp |
File Size | 8.79 KB |
Installation Count | 72 |
Current Version | 1.0 |
Last Updated | 2020-03-07 |
Publish Date | 2020-03-07 |
Developer | piggeywig2000 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |