PogChampion

Choose your own PogChamp image!

Wat is PogChampion?

PogChampion is een Chrome-extensie ontwikkeld door ordinaryapplications, en de belangrijkste functie is "Choose your own PogChamp image!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PogChampion

Download PogChampion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Want to have your own personal PogChamp? Want to see how a certain creator's Pog face would feel during the most hype moments on Twitch? Then PogChampion is perfect for you!

Simply upload an image of your choice, and any time someone uses the PogChamp emote in Twitch chat you'll see your own image instead! In addition, you can easily turn this extension off by unchecking the "Replace PogChamp" checkbox so that you can view Twitch's PogChamp of the day.

Choose your PogChampion now!

Note: Your PogChampion will only be visible on your local computer. By default, your PogChamp is the HungryBox PogChamp.                    

Basisinformatie over de Extensie

Naam PogChampion PogChampion
ID pgpmednedjecbopfjfmebgohkpkcjoec
Officiële URL https://chromewebstore.google.com/detail/pogchampion/pgpmednedjecbopfjfmebgohkpkcjoec
Beschrijving Choose your own PogChamp image!
Bestandsgrootte 85.61 KB
Aantal Installaties 85
Huidige Versie 3.1
Laatst Bijgewerkt 2021-01-13
Publicatiedatum 2021-01-08
Beoordeling 4.31/5 Totaal 13 Beoordelingen
Ontwikkelaar ordinaryapplications
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dylantheriot/pogchampion
Help Pagina-URL https://github.com/dylantheriot/pogchampion/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PogChampion",
    "version": "3.1",
    "manifest_version": 2,
    "description": "Choose your own PogChamp image!",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitch.tv\/*",
                "https:\/\/twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*",
                "http:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "pogchamp.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "pogchamp.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16x16.png",
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "web_accessible_resources": [
        "hboxPogChamp.png"
    ]
}