MTPEXPRESS
Công cụ mua đặt hàng Mtp Express
What is MTPEXPRESS?
MTPEXPRESS is a Chrome extension developed by Skymap dev, and its main feature is "Công cụ mua đặt hàng Mtp Express".
Extension Screenshots
Download MTPEXPRESS Extension CRX File
Download MTPEXPRESS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Công cụ mua đặt hàng Mtp Express.
Extension Basic Information
Name | MTPEXPRESS |
ID | jmialeeomccikgekgbbcnbekhnoofnal |
Official URL | https://chromewebstore.google.com/detail/mtpexpress/jmialeeomccikgekgbbcnbekhnoofnal |
Description | Công cụ mua đặt hàng Mtp Express |
File Size | 95.17 KB |
Installation Count | 37 |
Current Version | 0.52 |
Last Updated | 2019-06-08 |
Publish Date | 2019-06-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Skymap dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |