Inspect and view changes in Dịch vụ mua hộ Ship Viet source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"short_name": "Dịch vụ mua hộ Ship Viet",
"name": "Dịch vụ mua hộ Ship Viet",
"version": "0.0.6",
"manifest_version": 2,
"description": "Ship Việt hỗ trợ Quý khách có nhu cầu cần mua hàng nhanh chóng và dễ dàng trên các website thương mại điện tử Taobao,Tmall,1688",
"default_locale": "vi",
"incognito": "not_allowed",
"homepage_url": "https://shipviet.vn/",
"author": "Thiết kế bởi Bảo Hân JSC",
"browser_action": {
"default_icon": {
"128": "shipviet_vn_128x128.png",
"192": "shipviet_vn_192x192.png",
"512": "shipviet_vn_512x512.png"
},
"default_popup": "page/popup.html"
},
"background": {
"scripts": [
"background/scripts/jquery-3.4.1.min.js",
"background/scripts/background-scripts.js",
"script/common.js"
]
},
"permissions": [
"activeTab",
"cookies",
"sessions",
"https://*.taobao.com/*",
"https://*.1688.com/*",
"https://*.tmall.com/*",
"https://*.tmall.hk/*",
"https://*.tmall.tk/*",
"https://translate.google.com/*"
],
"content_scripts": [
{
"matches": [
"https://*.taobao.com/*",
"https://*.1688.com/*",
"https://*.tmall.com/*",
"https://*.tmall.hk/*",
"https://*.tmall.tk/*",
"https://translate.google.com/*"
],
"js": [
"script/jquery-3.4.1.min.js",
"script/common.js",
"script/script.js"
],
"css": [
"css/style.css"
]
}
],
"web_accessible_resources": [
"fonts/*.*"
]
}