MTPEXPRESS
Công cụ mua đặt hàng Mtp Express
MTPEXPRESSとは何ですか?
MTPEXPRESSはSkymap devによって開発されたChromeの拡張機能で、その主な機能は「Công cụ mua đặt hàng Mtp Express」です。
拡張機能のスクリーンショット
MTPEXPRESS拡張機能のCRXファイルをダウンロード
MTPEXPRESS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Công cụ mua đặt hàng Mtp Express. 拡張機能の基本情報
| 名前 | |
| ID | jmialeeomccikgekgbbcnbekhnoofnal |
| 公式URL | https://chromewebstore.google.com/detail/mtpexpress/jmialeeomccikgekgbbcnbekhnoofnal |
| 説明 | Công cụ mua đặt hàng Mtp Express |
| ファイルサイズ | 95.17 KB |
| インストール数 | 37 |
| 現在のバージョン | 0.52 |
| 最終更新日 | 2019-06-08 |
| 公開日 | 2019-06-07 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Skymap dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MTPEXPRESS",
"version": "0.52",
"description": "C\u00f4ng c\u1ee5 mua \u0111\u1eb7t h\u00e0ng Mtp Express",
"permissions": [
"storage",
"cookies",
"tabs",
"https:\/\/detail.1688.com\/*",
"https:\/\/item.taobao.com\/*",
"https:\/\/detail.tmall.com\/*",
"https:\/\/mtpexpress.vn\/*"
],
"icons": {
"16": "cookie.png",
"48": "cookie.png",
"128": "cookie.png"
},
"browser_action": {
"default_icon": "cookie.png"
},
"background": {
"scripts": [
"jquery.min.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/detail.1688.com\/*",
"https:\/\/item.taobao.com\/*",
"https:\/\/detail.tmall.com\/*"
],
"all_frames": true,
"css": [
"bootstrap.min.css"
],
"js": [
"jquery.min.js",
"myscripts.js",
"bootbox.min.js",
"bootstrap.min.js"
]
}
],
"manifest_version": 2
} | |