Poe.trade Whispers - Tool for Path of Exile
Tracks whether you've whispered someone.
Poe.trade Whispers - Tool for Path of Exileとは何ですか?
Poe.trade Whispers - Tool for Path of ExileはStephen Pooleによって開発されたChromeの拡張機能で、その主な機能は「Tracks whether you've whispered someone.」です。
拡張機能のスクリーンショット
Poe.trade Whispers - Tool for Path of Exile拡張機能のCRXファイルをダウンロード
Poe.trade Whispers - Tool for Path of Exile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever whispered 32 different people, refresh the page, then forget who you already whispered? Not anymore.
拡張機能の基本情報
名前 | Poe.trade Whispers - Tool for Path of Exile |
ID | hojghhonfmmcleomjoeibkflkpdblfnm |
公式URL | https://chromewebstore.google.com/detail/poetrade-whispers-tool-fo/hojghhonfmmcleomjoeibkflkpdblfnm |
説明 | Tracks whether you've whispered someone. |
ファイルサイズ | 48.77 KB |
インストール数 | 71 |
現在のバージョン | 1.0.3 |
最終更新日 | 2022-07-22 |
公開日 | 2019-06-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Stephen Poole |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://poe.trade |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Poe.trade Whispers - Tool for Path of Exile", "description": "Tracks whether you've whispered someone.", "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.poe.trade\/*" ], "js": [ "zepto.js", "lodash.js", "lz-string.js", "dayjs.js", "content.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "background", "declarativeContent", "storage", "*:\/\/*.poe.trade\/*" ], "version": "1.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |