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": "\ucf54\ub2f5\ub178\ud2b8",
"description": "\ud504\ub85c\uadf8\ub798\uba38\uc2a4\/\ubc31\uc900\/\ud574\ucee4\ub7ad\ud06c\/\ub9ac\ud2b8\ucf54\ub4dc \ubb38\uc81c \ud480\uc774 \ud0c0\uc774\uba38, \uc624\ub2f5\ub178\ud2b8 \uae30\ub2a5 \uc81c\uacf5",
"manifest_version": 3,
"version": "1.1.0",
"icons": {
"16": "assets\/img\/timer_icon.png",
"48": "assets\/img\/timer_icon.png",
"128": "assets\/img\/timer_icon.png"
},
"action": {
"default_icon": "assets\/img\/timer_icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"assets\/img\/*",
"assets\/audio\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"notifications",
"unlimitedStorage",
"scripting",
"tabs"
],
"host_permissions": [
"https:\/\/*.hackerrank.com\/*",
"https:\/\/programmers.co.kr\/*",
"https:\/\/*.programmers.co.kr\/*",
"https:\/\/*.acmicpc.net\/*",
"*:\/\/leetcode.com\/problems\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.hackerrank.com\/*",
"https:\/\/programmers.co.kr\/*",
"https:\/\/*.programmers.co.kr\/*",
"https:\/\/*.acmicpc.net\/*",
"*:\/\/leetcode.com\/problems\/*",
"https:\/\/github.com\/*"
],
"run_at": "document_idle",
"js": [
"authorize.js",
"content.js",
"judge.js"
]
}
]
}