PogChampion
Choose your own PogChamp image!
PogChampion क्या है?
PogChampion ordinaryapplications द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Choose your own PogChamp image!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PogChampion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pgpmednedjecbopfjfmebgohkpkcjoec |
आधिकारिक URL | https://chromewebstore.google.com/detail/pogchampion/pgpmednedjecbopfjfmebgohkpkcjoec |
विवरण | Choose your own PogChamp image! |
फ़ाइल का आकार | 85.61 KB |
स्थापना संख्या | 85 |
वर्तमान संस्करण | 3.1 |
अंतिम अपडेट | 2021-01-13 |
प्रकाशन तिथि | 2021-01-08 |
रेटिंग | 4.31/5 कुल 13 रेटिंग्स |
डेवलपर | ordinaryapplications |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/dylantheriot/pogchampion |
सहायता पृष्ठ URL | https://github.com/dylantheriot/pogchampion/issues |
समर्थित भाषाएँ | 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" ] } |