Twitch Scam Train
Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp
Vad är Twitch Scam Train?
Twitch Scam Train är en Chrome-tillägg utvecklad av piggeywig2000, och dess huvudfunktion är "Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp".
Tilläggsskärmbilder
Ladda ner Twitch Scam Train-förlängningens CRX-fil
Ladda ner Twitch Scam Train-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | jlinjholmagaafbfhnmgodnpklojiflo |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitch-scam-train/jlinjholmagaafbfhnmgodnpklojiflo |
| Beskrivning | Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp |
| Filstorlek | 8.79 KB |
| Antal Installationer | 72 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-03-07 |
| Publiceringsdatum | 2020-03-07 |
| Utvecklare | piggeywig2000 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |