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
公式URL 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
Eメール [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"
}