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": "\uc6b8\ubcf4\ucc9c\uc0ac\uc758 PoE \ub3c4\uc6b0\ubbf8",
"version": "2.0.0",
"description": "PoE \uac70\ub798\uc18c \uc601\ubb38 \ubcc0\ud658 \ubc0f \ubd99\uc5ec\ub123\uae30 \uac80\uc0c9, Maxroll \ud55c\uae00 \ubc88\uc5ed, \uc2dc\uc138 \uae30\ubc18 \uc81c\uc791 \ub808\uc2dc\ud53c \uacc4\uc0b0\uae30\ub97c \uc81c\uacf5\ud558\ub294 \ub3c4\uc6b0\ubbf8\uc785\ub2c8\ub2e4.",
"permissions": [
"storage",
"alarms",
"clipboardRead",
"tabs"
],
"host_permissions": [
"*:\/\/poe.game.daum.net\/*",
"*:\/\/www.pathofexile.com\/*",
"*:\/\/maxroll.gg\/*",
"https:\/\/poe2scout.com\/*",
"https:\/\/raw.githubusercontent.com\/*",
"https:\/\/repoe-fork.github.io\/*",
"*:\/\/mobalytics.gg\/*",
"*:\/\/app.mobalytics.gg\/*"
],
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/poe.game.daum.net\/*",
"*:\/\/www.pathofexile.com\/*"
],
"css": [
"css\/styles.css"
],
"js": [
"js\/content.js",
"js\/paste_search.js",
"js\/redirect.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/maxroll.gg\/*",
"*:\/\/mobalytics.gg\/*",
"*:\/\/app.mobalytics.gg\/*"
],
"css": [
"css\/styles.css"
],
"js": [
"js\/content.js"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "pages\/popup.html",
"default_icon": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
}
},
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
}
}