Poe.trade Whispers - Tool for Path of Exile
Tracks whether you've whispered someone.
What is Poe.trade Whispers - Tool for Path of Exile?
Poe.trade Whispers - Tool for Path of Exile is a Chrome extension developed by Stephen Poole, and its main feature is "Tracks whether you've whispered someone.".
Extension Screenshots
Download Poe.trade Whispers - Tool for Path of Exile Extension CRX File
Download Poe.trade Whispers - Tool for Path of Exile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Ever whispered 32 different people, refresh the page, then forget who you already whispered? Not anymore.
Extension Basic Information
Name | Poe.trade Whispers - Tool for Path of Exile |
ID | hojghhonfmmcleomjoeibkflkpdblfnm |
Official URL | https://chromewebstore.google.com/detail/poetrade-whispers-tool-fo/hojghhonfmmcleomjoeibkflkpdblfnm |
Description | Tracks whether you've whispered someone. |
File Size | 48.77 KB |
Installation Count | 71 |
Current Version | 1.0.3 |
Last Updated | 2022-07-22 |
Publish Date | 2019-06-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Stephen Poole |
[email protected] | |
Payment Type | free |
Extension Website | http://poe.trade |
Supported Languages | 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" } } |