Inspect and view changes in PCS TRANSPORTATION 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "PCS TRANSPORTATION",
"description": "PCSTrans, Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử trên toàn thế giới.",
"version": "1.0.1resigned1",
"icons": {
"16": "data/icon/logo_16.png",
"48": "data/icon/logo_48.png",
"128": "data/icon/logo_128.png"
},
"background": {
"scripts": [
"data/js/background/background.js"
]
},
"browser_action": {
"default_icon": "data/icon/logo_128.png",
"default_title": "PCS TRANSPORTATION - Mua hàng hộ, vận chuyển siêu tốc"
},
"content_scripts": [
{
"js": [
"data/js/plugin/jquery/jquery.min.js",
"data/js/plugin/utils/textutils.js",
"data/js/conf/config.js",
"data/js/conf/action.js",
"lib/chrome.js"
],
"matches": [
"https://*.amazon.co.jp/*",
"https://*.uniqlo.com/jp*",
"http://*.amazon.co.jp/*",
"http://*.uniqlo.com/jp*"
]
},
{
"matches": [
"https://*.amazon.co.jp/*",
"http://*.amazon.co.jp/*"
],
"js": [
"data/js/bin/amazoncom.js"
]
},
{
"matches": [
"http://*.uniqlo.com/*",
"https://*.uniqlo.com/*"
],
"js": [
"data/js/bin/uniqlocom.js"
]
}
],
"permissions": [
"tabs",
"activeTab",
"webNavigation",
"https://ajax.googleapis.com/",
"https://pcstrans.vn/"
],
"author": "gdc",
"short_name": "gdc",
"browser_specific_settings": {
"gecko": {
"id": "{001b1f9d-2ef8-45ff-b340-79988828af7b}"
}
}
}