My Aliexpress

Плагин удобной навигации по сайту Aliexpress. Теперь совершать покупки на Aliexpress намного удобне.

Cos'è My Aliexpress?

My Aliexpress è un'estensione di Chrome sviluppata da Lionline, e la sua funzione principale è "Плагин удобной навигации по сайту Aliexpress. Теперь совершать покупки на Aliexpress намного удобне.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione My Aliexpress

Scarica i file di estensione My Aliexpress 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

                                            

Informazioni di Base sull'Estensione

Nome My Aliexpress My Aliexpress
ID ggkcjfibjnljijdnjcffclfilmndhbdb
URL Ufficiale https://chromewebstore.google.com/detail/my-aliexpress/ggkcjfibjnljijdnjcffclfilmndhbdb
Descrizione Плагин удобной навигации по сайту Aliexpress. Теперь совершать покупки на Aliexpress намного удобне.
Dimensione del File 192 KB
Conteggio Installazioni 19
Versione Corrente 1.0.5
Ultimo Aggiornamento 2016-09-10
Data di Pubblicazione 2016-09-10
Sviluppatore Lionline
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ru
manifest.json
{
    "browser_action": {
        "default_icon": "19x19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scrypt.js",
                "jquery.min.js",
                "jquery.qtip.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.ok.ru\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "128x128.png",
        "48": "48x48.png",
        "16": "16x16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "__MSG_chrome_extension_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "web_accessible_resources": [
        "scrypt.js",
        "jquery.min.js",
        "jquery.qtip.js"
    ]
}