Twitch Scam Train

Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp

¿Qué es Twitch Scam Train?

Twitch Scam Train es una extensión de Chrome desarrollada por piggeywig2000, y su función principal es "Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Twitch Scam Train

Descarga archivos de extensión Twitch Scam Train en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Twitch Scam Train Twitch Scam Train
ID jlinjholmagaafbfhnmgodnpklojiflo
URL Oficial https://chromewebstore.google.com/detail/twitch-scam-train/jlinjholmagaafbfhnmgodnpklojiflo
Descripción Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp
Tamaño del Archivo 8.79 KB
Cantidad de Instalaciones 72
Versión Actual 1.0
Última Actualización 2020-03-07
Fecha de Publicación 2020-03-07
Desarrollador piggeywig2000
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}