Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "POE \uc0ac\uae30\uafbc \uac80\uc0c9 \ubc0f \uc54c\ub9ac\ubbf8", "version": "1.11", "description": "\ub2e4\uc591\ud55c POE \ucee4\ubba4\ub2c8\ud2f0\uc5d0\uc11c \uac80\uc99d\ub41c \uc0ac\uae30\uafbc\uc744 \uac80\uc0c9\ud558\uace0 \ud45c\uc2dc\ud569\ub2c8\ub2e4", "icons": { "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "host_permissions": [ "*:\/\/*.pathofexile.com\/*", "*:\/\/*.game.daum.net\/*", "https:\/\/poe2tools.net\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.pathofexile.com\/trade\/*", "*:\/\/*.game.daum.net\/trade*", "https:\/\/poe.game.daum.net\/trade\/search\/*" ], "js": [ "scammer-list.js", "content.js" ], "run_at": "document_idle" } ], "action": { "default_popup": "popup.html" } }