AliExpress reLinker (ePN)

Automatic replacement of links to ePN DeepLink for AliExpress.

什麼是AliExpress reLinker (ePN)?

AliExpress reLinker (ePN)是由Sergey Avdeev開發的Chrome擴展程式,該擴展的主要功能是“Automatic replacement of links to ePN DeepLink for AliExpress.”。

擴展截圖

screenshot

下載AliExpress reLinker (ePN)擴展crx文件

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

擴展使用說明

                        Buy goods on the popular aliexpress trading platform and return part of the funds for them with the help of the ePN cashback service! Just specify your DeepLink link in the settings and the extension will automatically apply it when making a purchase.                    

擴展基本資訊

名稱 AliExpress reLinker (ePN) AliExpress reLinker (ePN)
ID ccalnolcdddjffhdoncdeiinphkdenmp
官方網址 https://chromewebstore.google.com/detail/aliexpress-relinker-epn/ccalnolcdddjffhdoncdeiinphkdenmp
簡介 Automatic replacement of links to ePN DeepLink for AliExpress.
檔案大小 57.48 KB
安裝次數 451
目前版本 1.3.0
更新時間 2019-12-20
上架時間 2019-12-20
評分 4.86/5 共 7 次評分
開發者 Sergey Avdeev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/avdeevsv91/aliexpress_epn_relinker_chrome
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Sergey Avdeev",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/github.com\/avdeevsv91\/aliexpress_epn_relinker_chrome",
    "version": "1.3.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "settings.html",
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "*:\/\/*.aliexpress.com\/*"
    ]
}