Công cụ đặt hàng Mua Hàng Trung Việt
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"browser_action": {
"default_icon": "icons/icon.png",
"default_title": "Muahangtrungviet.vn"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"js/jquery.js",
"content.js"
],
"matches": [
"http://*.1688.com/*",
"https://*.1688.com/*",
"https://*.1688.com/*",
"http://*.taobao.com/*",
"https://*.taobao.com/*",
"http://*.tmall.com/*",
"https://*.tmall.com/*",
"http://*.vip.com/*",
"https://*.vip.com/*",
"http://*.vipshop.com/*",
"https://*.vipshop.com/*",
"http://*.tmall.hk/*",
"https://*.tmall.hk/*",
"http://*.yao.95095.com/*",
"https://*.yao.95095.com/*"
],
"run_at": "document_end"
}
],
"description": "Công cụ đặt hàng Mua Hàng Trung Việt",
"icons": {
"512": "icons/icon.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"manifest_version": 2,
"name": "Công cụ đặt hàng Mua Hàng Trung Việt",
"short_name": "MuaHangTrungViet",
"permissions": [
"http://*.1688.com/*",
"https://*.1688.com/*",
"http://*.taobao.com/*",
"https://*.taobao.com/*",
"http://*.tmall.com/*",
"https://*.tmall.com/*",
"http://*.tmall.hk/*",
"https://*.tmall.hk/*",
"http://*.yao.95095.com/*",
"https://*.yao.95095.com/*",
"storage"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.0.8"
}