Make PogChamp Great Again
Takes Twitch emote PogChamp back
Make PogChamp Great Againとは何ですか?
Make PogChamp Great AgainはAlbert Rainによって開発されたChromeの拡張機能で、その主な機能は「Takes Twitch emote PogChamp back」です。
拡張機能のスクリーンショット
Make PogChamp Great Again拡張機能のCRXファイルをダウンロード
Make PogChamp Great Again拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces emote PogChamp with the old PogChamp on Twitch. It's simple. It allows to enjoy the old good Pog.
拡張機能の基本情報
名前 | |
ID | knfmilnanlejokgnpfcebfaakdmmhpko |
公式URL | https://chromewebstore.google.com/detail/make-pogchamp-great-again/knfmilnanlejokgnpfcebfaakdmmhpko |
説明 | Takes Twitch emote PogChamp back |
ファイルサイズ | 45.65 KB |
インストール数 | 57 |
現在のバージョン | 1.1 |
最終更新日 | 2021-01-18 |
公開日 | 2021-01-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Albert Rain |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |