AliExpress Auto Zoom Images

Auto Zoom effect on images of products on aliexpress.com

Qu'est-ce que AliExpress Auto Zoom Images ?

AliExpress Auto Zoom Images est une extension Chrome développée par Rovalty, et sa fonction principale est "Auto Zoom effect on images of products on aliexpress.com".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AliExpress Auto Zoom Images

Téléchargez les fichiers d'extension AliExpress Auto Zoom Images au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom AliExpress Auto Zoom Images AliExpress Auto Zoom Images
ID apkcfnmgiblnamhnaejelpfojpdebkcd
URL Officiel https://chrome.google.com/webstore/detail/aliexpress-auto-zoom-imag/apkcfnmgiblnamhnaejelpfojpdebkcd
Description Auto Zoom effect on images of products on aliexpress.com
Taille du Fichier 2.1 MB
Nombre d'Installations 34
Version Actuelle 3.8.6
Dernière Mise à Jour 2021-11-04
Date de Publication 2020-05-20
Évaluation 4.37/5 Total 19 Évaluations
Développeur Rovalty
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.saxsos.xyz/
URL de la Page d'Aide https://www.saxsos.xyz/p/contact-us.html
URL de la Page de Politique de Confidentialité https://www.saxsos.xyz/p/policy-privacy-policy.html
Langues Prises en Charge 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"
}