Taobao-coupon

The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.

Cos'è Taobao-coupon?

Taobao-coupon è un'estensione di Chrome sviluppata da Opentao, e la sua funzione principale è "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Taobao-coupon

Scarica i file di estensione Taobao-coupon 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

                        The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.                    

Informazioni di Base sull'Estensione

Nome Taobao-coupon Taobao-coupon
ID dabheldlejolihkpmjnjhcgcojlgmfae
URL Ufficiale https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae
Descrizione The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
Dimensione del File 76.33 KB
Conteggio Installazioni 110
Versione Corrente 1.1
Ultimo Aggiornamento 2023-04-25
Data di Pubblicazione 2020-09-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Opentao
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://opentao.cloud
URL della Pagina di Aiuto https://opentao.cloud
URL della Pagina della Politica sulla Privacy https://opentao.cloud/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "libs\/crypto-js.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.opentao.cloud\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.",
    "icons": {
        "128": "images\/logo_128x128.png",
        "16": "images\/logo_16x16.png",
        "48": "images\/logo_48x48.png"
    },
    "manifest_version": 3,
    "author": "[email protected]",
    "name": "Taobao-coupon",
    "permissions": [
        "scripting",
        "tabs",
        "activeTab",
        "declarativeNetRequest"
    ],
    "version": "1.1",
    "action": {
        "default_icon": "images\/logo_32x32.png"
    },
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/*.taobao.com\/*",
        "https:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.hk\/*",
        "https:\/\/*.opentao.cloud\/*"
    ]
}