AliExpress Auto Zoom Images

Auto Zoom effect on images of products on aliexpress.com

什麼是AliExpress Auto Zoom Images?

AliExpress Auto Zoom Images是由Rovalty開發的Chrome擴展程式,該擴展的主要功能是“Auto Zoom effect on images of products on aliexpress.com”。

擴展截圖

screenshot
screenshot

下載AliExpress Auto Zoom Images擴展crx文件

下載AliExpress Auto Zoom Images擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 AliExpress Auto Zoom Images AliExpress Auto Zoom Images
ID apkcfnmgiblnamhnaejelpfojpdebkcd
官方網址 https://chrome.google.com/webstore/detail/aliexpress-auto-zoom-imag/apkcfnmgiblnamhnaejelpfojpdebkcd
簡介 Auto Zoom effect on images of products on aliexpress.com
檔案大小 2.1 MB
安裝次數 34
目前版本 3.8.6
更新時間 2021-11-04
上架時間 2020-05-20
評分 4.37/5 共 19 次評分
開發者 Rovalty
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.saxsos.xyz/
說明頁面URL https://www.saxsos.xyz/p/contact-us.html
隱私政策頁面URL https://www.saxsos.xyz/p/policy-privacy-policy.html
支援的語言 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"
}