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": "PoE2 \uc557\uc9c0\ub9ac \uc0ac\uc6d0 \ud55c\uae00 \ubc88\uc5ed\uae30",
"version": "2.0.0",
"description": "PoE 2 \uc557\uc9c0\ub9ac \uc0ac\uc6d0 \uc2dc\ubbac\ub808\uc774\ud130 \uc6f9\uc0ac\uc774\ud2b8\uc758 \uc778\ud130\ud398\uc774\uc2a4\uc640 \uc6a9\uc5b4\ub97c \ud55c\uae00\ub85c \ubc88\uc5ed\ud558\uc5ec \ud55c\uad6d \uc720\uc800\ub4e4\uc758 \ud3b8\uc758\ub97c \ub3d5\uc2b5\ub2c8\ub2e4.",
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/sulozor.github.io\/*"
],
"action": {
"default_popup": "pages\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/sulozor.github.io\/*"
],
"js": [
"js\/content_temple.js"
],
"run_at": "document_end"
}
]
}