AliExpress: Search similar products

The extension for AliExpress finds similar products at a better price.

Cos'è AliExpress: Search similar products?

AliExpress: Search similar products è un'estensione di Chrome sviluppata da Mikhail, e la sua funzione principale è "The extension for AliExpress finds similar products at a better price.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AliExpress: Search similar products

Scarica i file di estensione AliExpress: Search similar products 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 extension adds the "Find similar products" button to the pages of the AliExpress store. With the help of which you can find similar offers from other sellers at a better price.                    

Informazioni di Base sull'Estensione

Nome AliExpress: Search similar products AliExpress: Search similar products
ID joghfdanngcpobcbmdapcemgbjphihag
URL Ufficiale https://chrome.google.com/webstore/detail/aliexpress-search-similar/joghfdanngcpobcbmdapcemgbjphihag
Descrizione The extension for AliExpress finds similar products at a better price.
Dimensione del File 61.68 KB
Conteggio Installazioni 10,278
Versione Corrente 1.4.7
Ultimo Aggiornamento 2020-10-28
Data di Pubblicazione 2019-06-28
Valutazione 4.06/5 Totale 63 Valutazioni
Sviluppatore Mikhail
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.4.7",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "browser_action": {
        "default_title": " ",
        "default_icon": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-1.12.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "cookies",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ]
}