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
官方URL 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\/*"
    ]
}