Twitch Scam Train
Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp
Wat is Twitch Scam Train?
Twitch Scam Train is een Chrome-extensie ontwikkeld door piggeywig2000, en de belangrijkste functie is "Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Scam Train
Download Twitch Scam Train-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jlinjholmagaafbfhnmgodnpklojiflo |
| Officiële URL | https://chromewebstore.google.com/detail/twitch-scam-train/jlinjholmagaafbfhnmgodnpklojiflo |
| Beschrijving | Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp |
| Bestandsgrootte | 8.79 KB |
| Aantal Installaties | 72 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-03-07 |
| Publicatiedatum | 2020-03-07 |
| Ontwikkelaar | piggeywig2000 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |