Make PogChamp Great Again

Takes Twitch emote PogChamp back

Cos'è Make PogChamp Great Again?

Make PogChamp Great Again è un'estensione di Chrome sviluppata da Albert Rain, e la sua funzione principale è "Takes Twitch emote PogChamp back".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Make PogChamp Great Again

Scarica i file di estensione Make PogChamp Great Again in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension replaces emote PogChamp with the old PogChamp on Twitch.

It's simple.
It allows to enjoy the old good Pog.                    

Informazioni di Base sull'Estensione

Nome Make PogChamp Great Again Make PogChamp Great Again
ID knfmilnanlejokgnpfcebfaakdmmhpko
URL Ufficiale https://chromewebstore.google.com/detail/make-pogchamp-great-again/knfmilnanlejokgnpfcebfaakdmmhpko
Descrizione Takes Twitch emote PogChamp back
Dimensione del File 45.65 KB
Conteggio Installazioni 57
Versione Corrente 1.1
Ultimo Aggiornamento 2021-01-18
Data di Pubblicazione 2021-01-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Albert Rain
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make PogChamp Great Again",
    "short_name": "Old Good Pog",
    "description": "Takes Twitch emote PogChamp back",
    "version": "1.1",
    "icons": {
        "128": "pog_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}