AliExpress reLinker (ePN)

Automatic replacement of links to ePN DeepLink for AliExpress.

Что такое AliExpress reLinker (ePN)?

AliExpress reLinker (ePN) - это расширение Chrome, разработанное Sergey Avdeev, и его основная функция - "Automatic replacement of links to ePN DeepLink for AliExpress.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения AliExpress reLinker (ePN)

Скачайте файлы расширений 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\/*"
    ]
}