Poe.trade Whispers - Tool for Path of Exile
Tracks whether you've whispered someone.
Co to jest Poe.trade Whispers - Tool for Path of Exile?
Poe.trade Whispers - Tool for Path of Exile to rozszerzenie Chrome opracowane przez Stephen Poole, a jego główną funkcją jest „Tracks whether you've whispered someone.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Poe.trade Whispers - Tool for Path of Exile
Pobierz pliki rozszerzeń Poe.trade Whispers - Tool for Path of Exile w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Ever whispered 32 different people, refresh the page, then forget who you already whispered? Not anymore.
Podstawowe informacje o rozszerzeniu
Nazwa | Poe.trade Whispers - Tool for Path of Exile |
ID | hojghhonfmmcleomjoeibkflkpdblfnm |
Oficjalny URL | https://chromewebstore.google.com/detail/poetrade-whispers-tool-fo/hojghhonfmmcleomjoeibkflkpdblfnm |
Opis | Tracks whether you've whispered someone. |
Rozmiar pliku | 48.77 KB |
Liczba instalacji | 71 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2022-07-22 |
Data Publikacji | 2019-06-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Stephen Poole |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://poe.trade |
Obsługiwane Języki | 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" } } |