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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitch Scam Train Twitch Scam 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"
    }
}