Twitch Scam Train
Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp
Что такое Twitch Scam Train?
Twitch Scam Train - это расширение Chrome, разработанное piggeywig2000, и его основная функция - "Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp".
Снимки экрана расширения
Скачать файл CRX расширения Twitch Scam Train
Скачайте файлы расширений Twitch Scam Train в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | jlinjholmagaafbfhnmgodnpklojiflo |
| Официальный URL | https://chromewebstore.google.com/detail/twitch-scam-train/jlinjholmagaafbfhnmgodnpklojiflo |
| Описание | Scam Train Incoming! PogChamp PogChamp PogChamp PogChamp |
| Размер файла | 8.79 KB |
| Количество установок | 72 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2020-03-07 |
| Дата публикации | 2020-03-07 |
| Разработчик | piggeywig2000 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |