Twitch Scam Train

Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp

Was ist Twitch Scam Train?

Twitch Scam Train ist eine Chrome-Erweiterung, die von piggeywig2000 entwickelt wurde, und ihr Hauptmerkmal ist "Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Twitch Scam Train-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitch Scam Train-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Twitch Scam Train Twitch Scam Train
ID jlinjholmagaafbfhnmgodnpklojiflo
Offizielle URL https://chromewebstore.google.com/detail/twitch-scam-train/jlinjholmagaafbfhnmgodnpklojiflo
Beschreibung Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp
Dateigröße 8.79 KB
Installationsanzahl 72
Aktuelle Version 1.0
Letztes Update 2020-03-07
Veröffentlichungsdatum 2020-03-07
Entwickler piggeywig2000
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}