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",
"name": "\uc2a4\ud3ec\uc77c\ub7ec \ud0a4\uc6cc\ub4dc \ucc28\ub2e8",
"description": "\uc2a4\ud3ec\uc77c\ub7ec\ub97c \ub9c9\uae30 \uc704\ud574, \uac01\uc885 \ucee4\ubba4\ub2c8\ud2f0 \uc0ac\uc774\ud2b8\uc5d0\uc11c \ud0a4\uc6cc\ub4dc \ucc28\ub2e8\uc744 \ud569\ub2c8\ub2e4",
"version": "1.0.56",
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "serviceWorker.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"\/contentScript.js"
],
"css": [],
"run_at": "document_start",
"all_frames": true
}
],
"options_ui": {
"page": "popup.html",
"open_in_tab": true
},
"action": {
"default_title": "\ud0a4\uc6cc\ub4dc \ucc28\ub2e8",
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 3
}