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 |
Eメール | [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" ] } |