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": "Ruliweb Extension",
"description": "\ub8e8\ub9ac\uc6f9 \uc6f9\uc0ac\uc774\ud2b8\ub97c \ud3b8\ud558\uac8c & \uc2a4\ud3ec\uc77c\ub7ec \ud0a4\uc6cc\ub4dc \ucc28\ub2e8 \uc775\uc2a4\ud150\uc158\uc758 \ub8e8\ub9ac\uc6f9 \ucd94\uac00 \uc9c0\uc6d0",
"version": "1.0.246",
"minimum_chrome_version": "123",
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"optional_permissions": [
"downloads"
],
"background": {
"service_worker": "serviceWorker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/bbs.ruliweb.com\/*",
"https:\/\/www.ruliweb.com\/*",
"https:\/\/m.ruliweb.com\/*"
],
"js": [
"\/contentScript.js"
],
"run_at": "document_start"
}
],
"options_ui": {
"page": "popup\/popup.html",
"open_in_tab": true
},
"action": {
"default_title": "RULIWEB Extension",
"default_icon": "assets\/icon128.png",
"default_popup": "popup\/popup.html"
},
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"popup\/popup.html",
"assets\/icon48.png"
],
"matches": [
"https:\/\/m.ruliweb.com\/*"
]
},
{
"resources": [
"chunks\/download.js"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3
}