Make PogChamp Great Again

Takes Twitch emote PogChamp back

Qu'est-ce que Make PogChamp Great Again ?

Make PogChamp Great Again est une extension Chrome développée par Albert Rain, et sa fonction principale est "Takes Twitch emote PogChamp back".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Make PogChamp Great Again

Téléchargez les fichiers d'extension Make PogChamp Great Again au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Make PogChamp Great Again Make PogChamp Great Again
ID knfmilnanlejokgnpfcebfaakdmmhpko
URL Officiel https://chromewebstore.google.com/detail/make-pogchamp-great-again/knfmilnanlejokgnpfcebfaakdmmhpko
Description Takes Twitch emote PogChamp back
Taille du Fichier 45.65 KB
Nombre d'Installations 57
Version Actuelle 1.1
Dernière Mise à Jour 2021-01-18
Date de Publication 2021-01-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur Albert Rain
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}