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": "__MSG_crawl_title_02__",
"version": "1.2.1",
"packageName": "shopee-cross-border-product-collection",
"description": "__MSG_crawl_description__",
"default_locale": "en",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self';"
},
"icons": {
"16": "static\/img\/16x16.png",
"19": "static\/img\/48x48.png",
"38": "static\/img\/48x48.png",
"48": "static\/img\/48x48.png",
"128": "static\/img\/128x128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"19": "static\/img\/48x48.png"
},
"default_title": "BigSeller - Product Scraper",
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.xiapibuy.com\/*",
"*:\/\/shopee.vn\/*",
"*:\/\/shopee.sg\/*",
"*:\/\/shopee.ph\/*",
"*:\/\/shopee.com.my\/*",
"*:\/\/shopee.tw\/*",
"*:\/\/shopee.co.id\/*",
"*:\/\/shopee.co.th\/*"
],
"exclude_matches": [
"*:\/\/co.xiapibuy.com\/*",
"*:\/\/shopee.com.co\/*"
],
"js": [
"static\/js\/jquery.js",
"platform\/shopee\/index.js"
],
"css": [
"static\/fontsIcon\/style.css",
"static\/css\/common.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/xiapi.xiapibuy.com\/*",
"*:\/\/*.xiapibuy.com\/*",
"*:\/\/shopee.com.my\/*",
"*:\/\/shopee.vn\/*",
"*:\/\/shopee.ph\/*",
"*:\/\/shopee.sg\/*",
"*:\/\/shopee.tw\/*",
"*:\/\/shopee.co.id\/*",
"*:\/\/shopee.co.th\/*"
],
"exclude_matches": [
"*:\/\/co.xiapibuy.com\/*",
"*:\/\/shopee.com.co\/*"
],
"js": [
"inject\/index.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/seller.shopee.com.my\/*",
"*:\/\/seller.shopee.ph\/*",
"*:\/\/seller.shopee.sg\/*",
"*:\/\/banhang.shopee.vn\/*",
"*:\/\/seller.xiapi.shopee.cn\/*",
"*:\/\/seller.id.shopee.cn\/*",
"*:\/\/seller.th.shopee.cn\/*",
"*:\/\/seller.my.shopee.cn\/*",
"*:\/\/seller.ph.shopee.cn\/*",
"*:\/\/seller.sg.shopee.cn\/*",
"*:\/\/seller.vn.shopee.cn\/*",
"*:\/\/seller.xiapi.shopee.cn\/*",
"*:\/\/seller.shopee.cn\/*",
"*:\/\/seller.shopee.tw\/*",
"*:\/\/seller.shopee.co.id\/*",
"*:\/\/seller.shopee.co.th\/*"
],
"exclude_matches": [
"*:\/\/co.xiapibuy.com\/*",
"*:\/\/shopee.com.co\/*"
],
"js": [
"platform\/shopee\/flashSale\/index.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"webRequest",
"unlimitedStorage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"static\/img\/*.png"
],
"matches": [
"*:\/\/*.bigseller.pro\/*",
"*:\/\/*.bigseller.com\/*"
]
},
{
"resources": [
"static\/fontsIcon\/fonts\/iconfont.*",
"platform\/intercept\/index.js"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.tmall.com\/*",
"*:\/\/localhost\/*",
"*:\/\/*.bigseller.com\/*",
"*:\/\/*.bigseller.pro\/*",
"*:\/\/banhang.shopee.vn\/*"
]
}
}