NLOGIC
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",
"name": "NLOGIC",
"description": "NLOGIC",
"version": "0.8",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"cookies",
"declarativeNetRequest",
"proxy",
"scripting"
],
"host_permissions": [
"https://world.taobao.com/*",
"https://*.esmplus.com/*",
"http://*.esmplus.com/*",
"https://*.wemakeprice.com/*",
"https://wpartner.wemakeprice.com/*",
"http://wpartner.wemakeprice.com/*",
"http://*.wemakeprice.com/*",
"https://*.smartstore.naver.com/*",
"https://*.taobao.com/*",
"http://*.taobao.com/*",
"https://*.tmall.com/*",
"http://*.tmall.com/*",
"https://*.1688.com/*",
"https://*.vvic.com/*",
"https://*.naver.com/*",
"https://*.aliexpress.com/*"
],
"externally_connectable": {
"matches": [
"*://*.nlogic.kr/*"
]
},
"content_scripts": [
{
"matches": [
"*://*.nlogic.kr/*"
],
"js": [
"index.js",
"jquery.min.js"
]
}
]
}