AliExpress Auto Zoom Images

Auto Zoom effect on images of products on aliexpress.com

Was ist AliExpress Auto Zoom Images?

AliExpress Auto Zoom Images ist eine Chrome-Erweiterung, die von Rovalty entwickelt wurde, und ihr Hauptmerkmal ist "Auto Zoom effect on images of products on aliexpress.com".

Erweiterungsscreenshots

screenshot
screenshot

AliExpress Auto Zoom Images-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliExpress Auto Zoom Images-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name AliExpress Auto Zoom Images AliExpress Auto Zoom Images
ID apkcfnmgiblnamhnaejelpfojpdebkcd
Offizielle URL https://chrome.google.com/webstore/detail/aliexpress-auto-zoom-imag/apkcfnmgiblnamhnaejelpfojpdebkcd
Beschreibung Auto Zoom effect on images of products on aliexpress.com
Dateigröße 2.1 MB
Installationsanzahl 34
Aktuelle Version 3.8.6
Letztes Update 2021-11-04
Veröffentlichungsdatum 2020-05-20
Bewertung 4.37/5 Insgesamt 19 Bewertungen
Entwickler Rovalty
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.saxsos.xyz/
Hilfeseite URL https://www.saxsos.xyz/p/contact-us.html
URL der Datenschutzrichtlinien-Seite https://www.saxsos.xyz/p/policy-privacy-policy.html
Unterstützte Sprachen 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"
}