AliExpress: Search similar products

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

什么是AliExpress: Search similar products?

AliExpress: Search similar products是由Mikhail开发的Chrome扩展程序,该扩展的主要功能是“The extension for AliExpress finds similar products at a better price.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载AliExpress: Search similar products扩展crx文件

下载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\/*"
    ]
}