Aliexpress Cheaper Finder

Aliexpress Cheaper Finder

Cos'è Aliexpress Cheaper Finder?

Aliexpress Cheaper Finder è un'estensione di Chrome sviluppata da Rovalty, e la sua funzione principale è "Aliexpress Cheaper Finder".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Aliexpress Cheaper Finder

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

                        Aliexpress Cheaper Finder is a small but mighty Chrome extension that helps you check if a product is available in other AliExpress stores at cheap price.

Just click on the orange button and you will instantly know if it’s cheaper elsewhere.

You can also click on "Find more like this" and continue the search from results.

Happy shopping! :)

Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html                    

Informazioni di Base sull'Estensione

Nome Aliexpress Cheaper Finder Aliexpress Cheaper Finder
ID edjjnpocoicnopphifekmmplpkmnagnk
URL Ufficiale https://chrome.google.com/webstore/detail/aliexpress-cheaper-finder/edjjnpocoicnopphifekmmplpkmnagnk
Descrizione Aliexpress Cheaper Finder
Dimensione del File 705 KB
Conteggio Installazioni 36
Versione Corrente 3.1.5
Ultimo Aggiornamento 2020-04-29
Data di Pubblicazione 2020-04-27
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Rovalty
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.saxsos.xyz/
URL della Pagina di Aiuto https://www.saxsos.xyz/p/contact-us.html
URL della Pagina della Politica sulla Privacy https://www.saxsos.xyz/p/policy-privacy-policy.html
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress Cheaper Finder",
    "description": "__MSG_extDescr__",
    "version": "3.1.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/ga.js",
            "js\/libs\/jquery-2.2.4.min.js",
            "js\/listeners.js",
            "js\/redirect.js",
            "js\/history.js",
            "js\/request.js",
            "js\/parser.js",
            "js\/bg.js"
        ]
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/libs\/jquery-2.2.4.min.js",
                "js\/parser.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Aliexpress Cheaper Finder"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "history",
        "webRequest",
        "webRequestBlocking"
    ]
}