Aliexpress Cheaper Finder

Aliexpress Cheaper Finder

Co je Aliexpress Cheaper Finder?

Aliexpress Cheaper Finder je rozšíření Chrome vyvinuté Rovalty, a jeho hlavní funkcí je „Aliexpress Cheaper Finder“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Aliexpress Cheaper Finder

Stáhněte si soubory rozšíření Aliexpress Cheaper Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Aliexpress Cheaper Finder Aliexpress Cheaper Finder
ID edjjnpocoicnopphifekmmplpkmnagnk
Oficiální URL https://chrome.google.com/webstore/detail/aliexpress-cheaper-finder/edjjnpocoicnopphifekmmplpkmnagnk
Popis Aliexpress Cheaper Finder
Velikost souboru 705 KB
Počet instalací 36
Aktuální Verze 3.1.5
Poslední Aktualizace 2020-04-29
Datum Vydání 2020-04-27
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Rovalty
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.saxsos.xyz/
URL Stránky Nápovědy https://www.saxsos.xyz/p/contact-us.html
URL Stránky Zásad Ochrany Soukromí https://www.saxsos.xyz/p/policy-privacy-policy.html
Podporované Jazyky 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"
    ]
}