Poe.trade Whispers - Tool for Path of Exile
Tracks whether you've whispered someone.
Vad är Poe.trade Whispers - Tool for Path of Exile?
Poe.trade Whispers - Tool for Path of Exile är en Chrome-tillägg utvecklad av Stephen Poole, och dess huvudfunktion är "Tracks whether you've whispered someone.".
Tilläggsskärmbilder
Ladda ner Poe.trade Whispers - Tool for Path of Exile-förlängningens CRX-fil
Ladda ner Poe.trade Whispers - Tool for Path of Exile-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Ever whispered 32 different people, refresh the page, then forget who you already whispered? Not anymore.
Grundläggande Information om Tillägg
Namn | Poe.trade Whispers - Tool for Path of Exile |
ID | hojghhonfmmcleomjoeibkflkpdblfnm |
Officiell webbadress | https://chromewebstore.google.com/detail/poetrade-whispers-tool-fo/hojghhonfmmcleomjoeibkflkpdblfnm |
Beskrivning | Tracks whether you've whispered someone. |
Filstorlek | 48.77 KB |
Antal Installationer | 71 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2022-07-22 |
Publiceringsdatum | 2019-06-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Stephen Poole |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://poe.trade |
Stödda Språk | 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" } } |