Inspect and view changes in 에타츠 헬퍼 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "에타츠 헬퍼",
"description": "에타츠 플레이에 도움이 되는 기능을 제공하는 확장프로그램입니다.",
"version": "0.2.5",
"permissions": [
"storage",
"notifications"
],
"host_permissions": [
"https://aun.kr/"
],
"content_scripts": [
{
"all_frames": true,
"js": [
"jquery-3.6.0.min.js",
"lib.js",
"content.js",
"mainPage.js",
"battlePage.js",
"purcharseCenter.js",
"stateUpCenter.js",
"header.js",
"guildwar.js",
"chatHelper.js",
"logCollector.js",
"fishing_mining.js",
"inventory.js"
],
"matches": [
"https://aun.kr/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"ignoreAlert.js",
"injectLogScript.js",
"config.html",
"config.js",
"config.css",
"logo.png"
],
"matches": [
"https://aun.kr/*"
]
}
]
}