MTPEXPRESS

Công cụ mua đặt hàng Mtp Express

Wat is MTPEXPRESS?

MTPEXPRESS is een Chrome-extensie ontwikkeld door Skymap dev, en de belangrijkste functie is "Công cụ mua đặt hàng Mtp Express".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MTPEXPRESS

Download MTPEXPRESS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Công cụ mua đặt hàng Mtp Express.                    

Basisinformatie over de Extensie

Naam MTPEXPRESS MTPEXPRESS
ID jmialeeomccikgekgbbcnbekhnoofnal
Officiële URL https://chromewebstore.google.com/detail/mtpexpress/jmialeeomccikgekgbbcnbekhnoofnal
Beschrijving Công cụ mua đặt hàng Mtp Express
Bestandsgrootte 95.17 KB
Aantal Installaties 37
Huidige Versie 0.52
Laatst Bijgewerkt 2019-06-08
Publicatiedatum 2019-06-07
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Skymap dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}