Inspect and view changes in ETATS Classic 헬퍼 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": "ETATS Classic 헬퍼",
"description": "에타츠 클래식에 도움이 되는 기능을 제공하는 확장프로그램입니다.",
"version": "1.5",
"permissions": [
"storage",
"notifications"
],
"host_permissions": [
"https://go.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",
"status.js",
"header.js",
"guildwar.js",
"chatHelper.js",
"logCollector.js",
"fishing_mining.js",
"inventory.js"
],
"matches": [
"https://go.aun.kr/*"
],
"run_at": "document_end"
}
],
"externally_connectable": {
"matches": [
"https://go.aun.kr/*",
"https://uchat.io/*",
"https://*.uchat.io/*"
]
},
"web_accessible_resources": [
{
"resources": [
"ignoreAlert.js",
"chatExtender.js",
"injectLogScript.js",
"config.html",
"config.js",
"config.css",
"logo.png"
],
"matches": [
"https://go.aun.kr/*"
]
}
]
}