AliExpress reLinker (ePN)

Automatic replacement of links to ePN DeepLink for AliExpress.

O que é AliExpress reLinker (ePN)?

AliExpress reLinker (ePN) é uma extensão do Chrome desenvolvida por Sergey Avdeev, e sua principal característica é "Automatic replacement of links to ePN DeepLink for AliExpress.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AliExpress reLinker (ePN)

Baixe arquivos de extensão AliExpress reLinker (ePN) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AliExpress reLinker (ePN) AliExpress reLinker (ePN)
ID ccalnolcdddjffhdoncdeiinphkdenmp
URL Oficial https://chromewebstore.google.com/detail/aliexpress-relinker-epn/ccalnolcdddjffhdoncdeiinphkdenmp
Descrição Automatic replacement of links to ePN DeepLink for AliExpress.
Tamanho do Arquivo 57.48 KB
Contagem de Instalações 451
Versão Atual 1.3.0
Última Atualização 2019-12-20
Data de Publicação 2019-12-20
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor Sergey Avdeev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/avdeevsv91/aliexpress_epn_relinker_chrome
Idiomas Suportados 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\/*"
    ]
}