Twitch Scam Train
Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp
Qu'est-ce que Twitch Scam Train ?
Twitch Scam Train est une extension Chrome développée par piggeywig2000, et sa fonction principale est "Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Scam Train
Téléchargez les fichiers d'extension Twitch Scam Train au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twitch Scam Train |
ID | jlinjholmagaafbfhnmgodnpklojiflo |
URL Officiel | https://chromewebstore.google.com/detail/twitch-scam-train/jlinjholmagaafbfhnmgodnpklojiflo |
Description | Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp |
Taille du Fichier | 8.79 KB |
Nombre d'Installations | 72 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-03-07 |
Date de Publication | 2020-03-07 |
Développeur | piggeywig2000 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |