Twitch Scam Train
Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp
O que é Twitch Scam Train?
Twitch Scam Train é uma extensão do Chrome desenvolvida por piggeywig2000, e sua principal característica é "Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Scam Train
Baixe arquivos de extensão Twitch Scam Train no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Twitch Scam Train |
ID | jlinjholmagaafbfhnmgodnpklojiflo |
URL Oficial | https://chromewebstore.google.com/detail/twitch-scam-train/jlinjholmagaafbfhnmgodnpklojiflo |
Descrição | Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp |
Tamanho do Arquivo | 8.79 KB |
Contagem de Instalações | 72 |
Versão Atual | 1.0 |
Última Atualização | 2020-03-07 |
Data de Publicação | 2020-03-07 |
Desenvolvedor | piggeywig2000 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |