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": "YouTube Simple Loop",
"version": "1.0",
"description": "\uc720\ud29c\ube0c\uc5d0\uc11c \uad6c\uac04 \ubc18\ubcf5 \uae30\ub2a5 \uc81c\uacf5",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "ytloop-16.png",
"48": "ytloop-48.png",
"128": "ytloop-128.png"
}
},
"icons": {
"16": "ytloop-16.png",
"48": "ytloop-48.png",
"128": "ytloop-128.png"
}
}