Make PogChamp Great Again
Takes Twitch emote PogChamp back
What is Make PogChamp Great Again?
Make PogChamp Great Again is a Chrome extension developed by Albert Rain, and its main feature is "Takes Twitch emote PogChamp back".
Extension Screenshots
Download Make PogChamp Great Again Extension CRX File
Download Make PogChamp Great Again extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension replaces emote PogChamp with the old PogChamp on Twitch. It's simple. It allows to enjoy the old good Pog.
Extension Basic Information
Name | |
ID | knfmilnanlejokgnpfcebfaakdmmhpko |
Official URL | https://chromewebstore.google.com/detail/make-pogchamp-great-again/knfmilnanlejokgnpfcebfaakdmmhpko |
Description | Takes Twitch emote PogChamp back |
File Size | 45.65 KB |
Installation Count | 57 |
Current Version | 1.1 |
Last Updated | 2021-01-18 |
Publish Date | 2021-01-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Albert Rain |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |