AliExpress: Search similar products

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

AliExpress: Search similar products là gì?

AliExpress: Search similar products là một tiện ích mở rộng Chrome được phát triển bởi Mikhail, và tính năng chính của nó là "The extension for AliExpress finds similar products at a better price.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliExpress: Search similar products

Tải xuống các tệp mở rộng AliExpress: Search similar products dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AliExpress: Search similar products AliExpress: Search similar products
ID joghfdanngcpobcbmdapcemgbjphihag
URL Chính Thức https://chrome.google.com/webstore/detail/aliexpress-search-similar/joghfdanngcpobcbmdapcemgbjphihag
Mô tả The extension for AliExpress finds similar products at a better price.
Kích Thước Tệp 61.68 KB
Số Lần Cài Đặt 10,278
Phiên Bản Hiện Tại 1.4.7
Cập Nhật Lần Cuối 2020-10-28
Ngày Phát Hành 2019-06-28
Đánh Giá 4.06/5 Tổng số 63 Đánh Giá
Nhà Phát Triển Mikhail
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}