MTPEXPRESS
Công cụ mua đặt hàng Mtp Express
Cos'è MTPEXPRESS?
MTPEXPRESS è un'estensione di Chrome sviluppata da Skymap dev, e la sua funzione principale è "Công cụ mua đặt hàng Mtp Express".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MTPEXPRESS
Scarica i file di estensione MTPEXPRESS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Công cụ mua đặt hàng Mtp Express. Informazioni di Base sull'Estensione
| Nome | |
| ID | jmialeeomccikgekgbbcnbekhnoofnal |
| URL Ufficiale | https://chromewebstore.google.com/detail/mtpexpress/jmialeeomccikgekgbbcnbekhnoofnal |
| Descrizione | Công cụ mua đặt hàng Mtp Express |
| Dimensione del File | 95.17 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 0.52 |
| Ultimo Aggiornamento | 2019-06-08 |
| Data di Pubblicazione | 2019-06-07 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Skymap dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |