Twitch Scam Train

Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp

Cos'è Twitch Scam Train?

Twitch Scam Train è un'estensione di Chrome sviluppata da piggeywig2000, e la sua funzione principale è "Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Scam Train

Scarica i file di estensione Twitch Scam Train in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Twitch Scam Train Twitch Scam Train
ID jlinjholmagaafbfhnmgodnpklojiflo
URL Ufficiale https://chromewebstore.google.com/detail/twitch-scam-train/jlinjholmagaafbfhnmgodnpklojiflo
Descrizione Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp
Dimensione del File 8.79 KB
Conteggio Installazioni 72
Versione Corrente 1.0
Ultimo Aggiornamento 2020-03-07
Data di Pubblicazione 2020-03-07
Sviluppatore piggeywig2000
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}