MTPEXPRESS

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

Hvad er MTPEXPRESS?

MTPEXPRESS er en Chrome-udvidelse udviklet af Skymap dev, og dens hovedfunktion er "Công cụ mua đặt hàng Mtp Express".

Udvidelsesskærmbilleder

screenshot

Download MTPEXPRESS-udvidelses-CRX-fil

Download MTPEXPRESS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn MTPEXPRESS MTPEXPRESS
ID jmialeeomccikgekgbbcnbekhnoofnal
Officiel URL https://chromewebstore.google.com/detail/mtpexpress/jmialeeomccikgekgbbcnbekhnoofnal
Beskrivelse Công cụ mua đặt hàng Mtp Express
Filstørrelse 95.17 KB
Antal Installationer 37
Nuværende Version 0.52
Senest Opdateret 2019-06-08
Udgivelsesdato 2019-06-07
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Skymap dev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}