AliExpress Hot Sales Button

Quick button to AliExpress.com hot sales page.

Cos'è AliExpress Hot Sales Button?

AliExpress Hot Sales Button è un'estensione di Chrome sviluppata da Rafael, e la sua funzione principale è "Quick button to AliExpress.com hot sales page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AliExpress Hot Sales Button

Scarica i file di estensione AliExpress Hot Sales Button 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

                        Quick button to AliExpress.com hot sales page. AliExpress is a popular online store for buying products at much cheaper prices from China.                    

Informazioni di Base sull'Estensione

Nome AliExpress Hot Sales Button AliExpress Hot Sales Button
ID ekhljfpgmjdmclpfakninfjimgbhabmi
URL Ufficiale https://chromewebstore.google.com/detail/aliexpress-hot-sales-butt/ekhljfpgmjdmclpfakninfjimgbhabmi
Descrizione Quick button to AliExpress.com hot sales page.
Dimensione del File 12.81 KB
Conteggio Installazioni 33
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2022-07-11
Data di Pubblicazione 2019-06-05
Sviluppatore Rafael
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/ali-16.png",
        "default_title": "__MSG_title__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/ali-128.png",
        "16": "images\/ali-16.png",
        "48": "images\/ali-48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.1"
}