AliExpress reLinker (ePN)
Automatic replacement of links to ePN DeepLink for AliExpress.
Was ist AliExpress reLinker (ePN)?
AliExpress reLinker (ePN) ist eine Chrome-Erweiterung, die von Sergey Avdeev entwickelt wurde, und ihr Hauptmerkmal ist "Automatic replacement of links to ePN DeepLink for AliExpress.".
Erweiterungsscreenshots
AliExpress reLinker (ePN)-Erweiterungs-CRX-Datei herunterladen
Laden Sie AliExpress reLinker (ePN)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AliExpress reLinker (ePN) |
ID | ccalnolcdddjffhdoncdeiinphkdenmp |
Offizielle URL | https://chromewebstore.google.com/detail/aliexpress-relinker-epn/ccalnolcdddjffhdoncdeiinphkdenmp |
Beschreibung | Automatic replacement of links to ePN DeepLink for AliExpress. |
Dateigröße | 57.48 KB |
Installationsanzahl | 451 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2019-12-20 |
Veröffentlichungsdatum | 2019-12-20 |
Bewertung | 4.86/5 Insgesamt 7 Bewertungen |
Entwickler | Sergey Avdeev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/avdeevsv91/aliexpress_epn_relinker_chrome |
Unterstützte Sprachen | 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\/*" ] } |