Pikachu-ify Plugin
Replace your boring Fb messenger wow reacts!!
Pikachu-ify Pluginとは何ですか?
Pikachu-ify Pluginはgsによって開発されたChromeの拡張機能で、その主な機能は「Replace your boring Fb messenger wow reacts!!」です。
拡張機能のスクリーンショット
Pikachu-ify Plugin拡張機能のCRXファイルをダウンロード
Pikachu-ify Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This will replace all Facebook MESSENGER (both within facebook.com and messenger.com) wow reacts with pikachu wow reacts!
拡張機能の基本情報
名前 | |
ID | lomlihdbiifcgbdimkflkakpihdmolnc |
公式URL | https://chrome.google.com/webstore/detail/pikachu-ify-plugin/lomlihdbiifcgbdimkflkakpihdmolnc |
説明 | Replace your boring Fb messenger wow reacts!! |
ファイルサイズ | 118 KB |
インストール数 | 107 |
現在のバージョン | 1.3 |
最終更新日 | 2018-11-20 |
公開日 | 2018-11-20 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | gs |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pikachu-ify Plugin", "description": "Replace your boring Fb messenger wow reacts!!", "version": "1.3", "browser_action": { "default_icon": "theicon.png" }, "permissions": [ "activeTab" ], "icons": { "16": "theicon.png", "32": "theicon.png", "48": "theicon.png", "128": "theicon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/www.messenger.com\/*" ], "js": [ "onPage.js" ], "run_at": "document_end" } ] } |