AliExpress Auto Zoom Images

Auto Zoom effect on images of products on aliexpress.com

Hvad er AliExpress Auto Zoom Images?

AliExpress Auto Zoom Images er en Chrome-udvidelse udviklet af Rovalty, og dens hovedfunktion er "Auto Zoom effect on images of products on aliexpress.com".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AliExpress Auto Zoom Images-udvidelses-CRX-fil

Download AliExpress Auto Zoom Images-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Auto Zoom effect on images of products on aliexpress.com and aliexpress.ru

This extension allows you to enlarge images on Aliexpress during the search. 

   - Save time by moving the cursor over the photos during the product search. 

It works for all Aliexpress domains and makes the image appear in a nice size!                    

Grundlæggende oplysninger om udvidelsen

Navn AliExpress Auto Zoom Images AliExpress Auto Zoom Images
ID apkcfnmgiblnamhnaejelpfojpdebkcd
Officiel URL https://chrome.google.com/webstore/detail/aliexpress-auto-zoom-imag/apkcfnmgiblnamhnaejelpfojpdebkcd
Beskrivelse Auto Zoom effect on images of products on aliexpress.com
Filstørrelse 2.1 MB
Antal Installationer 34
Nuværende Version 3.8.6
Senest Opdateret 2021-11-04
Udgivelsesdato 2020-05-20
Bedømmelse 4.37/5 Samlet 19 Bedømmelser
Udvikler Rovalty
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.saxsos.xyz/
Hjælpeside-URL https://www.saxsos.xyz/p/contact-us.html
URL til Fortrolighedspolitik Side https://www.saxsos.xyz/p/policy-privacy-policy.html
Understøttede Sprog de,en,fr,es,ru
manifest.json
{
    "browser_action": {
        "default_title": "AliExpress Auto Zoom Images"
    },
    "background": {
        "scripts": [
            "js\/main.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.4.1.min.js",
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "name": "AliExpress Auto Zoom Images",
    "description": "Auto Zoom effect on images of products on aliexpress.com",
    "default_locale": "en",
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.8.6"
}