Aliexpress Cheaper Finder

Aliexpress Cheaper Finder

什麼是Aliexpress Cheaper Finder?

Aliexpress Cheaper Finder是由Rovalty開發的Chrome擴展程式,該擴展的主要功能是“Aliexpress Cheaper Finder”。

擴展截圖

screenshot
screenshot

下載Aliexpress Cheaper Finder擴展crx文件

下載Aliexpress Cheaper Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Aliexpress Cheaper Finder is a small but mighty Chrome extension that helps you check if a product is available in other AliExpress stores at cheap price.

Just click on the orange button and you will instantly know if it’s cheaper elsewhere.

You can also click on "Find more like this" and continue the search from results.

Happy shopping! :)

Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html                    

擴展基本資訊

名稱 Aliexpress Cheaper Finder Aliexpress Cheaper Finder
ID edjjnpocoicnopphifekmmplpkmnagnk
官方網址 https://chrome.google.com/webstore/detail/aliexpress-cheaper-finder/edjjnpocoicnopphifekmmplpkmnagnk
簡介 Aliexpress Cheaper Finder
檔案大小 705 KB
安裝次數 36
目前版本 3.1.5
更新時間 2020-04-29
上架時間 2020-04-27
評分 1.00/5 共 1 次評分
開發者 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
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress Cheaper Finder",
    "description": "__MSG_extDescr__",
    "version": "3.1.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/ga.js",
            "js\/libs\/jquery-2.2.4.min.js",
            "js\/listeners.js",
            "js\/redirect.js",
            "js\/history.js",
            "js\/request.js",
            "js\/parser.js",
            "js\/bg.js"
        ]
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/libs\/jquery-2.2.4.min.js",
                "js\/parser.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Aliexpress Cheaper Finder"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "history",
        "webRequest",
        "webRequestBlocking"
    ]
}