PogChampion
Choose your own PogChamp image!
什么是PogChampion?
PogChampion是由ordinaryapplications开发的Chrome扩展程序,该扩展的主要功能是“Choose your own PogChamp image!”。
扩展截图
下载PogChampion扩展crx文件
下载PogChampion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |