AliExpress: Search similar products

The extension for AliExpress finds similar products at a better price.

AliExpress: Search similar productsคืออะไร?

AliExpress: Search similar products เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mikhail และคุณลักษณะหลักของมันคือ "The extension for AliExpress finds similar products at a better price."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress: Search similar products

ดาวน์โหลดไฟล์ส่วนขยาย AliExpress: Search similar products ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension adds the "Find similar products" button to the pages of the AliExpress store. With the help of which you can find similar offers from other sellers at a better price.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AliExpress: Search similar products AliExpress: Search similar products
ID joghfdanngcpobcbmdapcemgbjphihag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/aliexpress-search-similar/joghfdanngcpobcbmdapcemgbjphihag
คำอธิบาย The extension for AliExpress finds similar products at a better price.
ขนาดไฟล์ 61.68 KB
จำนวนการติดตั้ง 10,278
เวอร์ชันปัจจุบัน 1.4.7
อัปเดตครั้งล่าสุด 2020-10-28
วันที่เผยแพร่ 2019-06-28
คะแนน 4.06/5 รวมทั้งหมด 63 คะแนน
ผู้พัฒนา Mikhail
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.4.7",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "browser_action": {
        "default_title": " ",
        "default_icon": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-1.12.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "cookies",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ]
}