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 |
官方網址 | 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" ] } |