AliExpress Auto Zoom Images

Auto Zoom effect on images of products on aliexpress.com

AliExpress Auto Zoom Imagesคืออะไร?

AliExpress Auto Zoom Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rovalty และคุณลักษณะหลักของมันคือ "Auto Zoom effect on images of products on aliexpress.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress Auto Zoom Images

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}