Aliexpress Enhancer

This plugin enhances Aliexpress website with tools and visual cosmetics

Qu'est-ce que Aliexpress Enhancer ?

Aliexpress Enhancer est une extension Chrome développée par https://www.inframe.ro, et sa fonction principale est "This plugin enhances Aliexpress website with tools and visual cosmetics".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Aliexpress Enhancer

Téléchargez les fichiers d'extension Aliexpress Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This Add-on will add the following features:

- No Ads
- Changed 60% of red/orange colors to blue
- Customized cosmetics for your orders list to see better the important details (Dispute in progress, Dispute finished, Delivery Finished, remained days of delivery)
- Replaced the Aliexpress tracking box with 17Track tracking system (from your order details)
- Added a secondary similar tracking number into Order contact details (in case of printing with evidence)
- Automatic disable the Save Card checkbox when you complete your financial details (because sometimes aliexpress chooses to enable automatically that checkbox)

And last but not least, in fact the most important feature of this add-on:

- When you search for a product or when you access an external link of a product/store, you will be warned if the seller it is a BAD SELLER, to help you avoiding some future problems. In the back of this add-on, there is a growing database with BAD sellers from aliexpress. Those sellers have done bad things to customers, like (not even sending the order, sending damaged goods, not answering to customers questions in chat, avoiding refund with all costs, tricking/mocking customers, promises in vain and many other things which can result a vary bad attitude). You can see the warnings into the searching results, into the store pages and individual product's page. In the same time, all the products/stores marked as "BAD SELLER" will have the clicking disabled, but you have the posibility to enable/disable the clicking if you really wanna buy something from that store (your decision)

- Added Whilte List Feature which points the good sellers when you search for a product, with a Verified Green Mark as "Good Seller"

If you had ugly moments with some of the sellers from Aliexpress, just let me know and he will be listed in the BAD SELLER's database.

For this, you must send an e-mail to [email protected] with the following details:

- Complete name of the store
- Complete URL link of the store
- Reasons to consider that the seller had a vad behavior against you
- Some screenshots which can evidence the reasons

With this add-on, I just try to change the attitude of bad sellers.

Be sure that you have the last update of this add-on, to get the most recent BAD SELLER database.

IF someone want to thank me more, please add a donation. Thank you https://www.paypal.me/GabrielTruta/                    

Informations de Base sur l'Extension

Nom Aliexpress Enhancer Aliexpress Enhancer
ID kdbkfkipkboggoedinbnlghpmpmfploc
URL Officiel https://chromewebstore.google.com/detail/aliexpress-enhancer/kdbkfkipkboggoedinbnlghpmpmfploc
Description This plugin enhances Aliexpress website with tools and visual cosmetics
Taille du Fichier 171 KB
Nombre d'Installations 55
Version Actuelle 4.31.31
Dernière Mise à Jour 2019-04-21
Date de Publication 2019-04-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.inframe.ro
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This plugin enhances Aliexpress website with tools and visual cosmetics",
    "manifest_version": 2,
    "name": "Aliexpress Enhancer",
    "version": "4.31.31",
    "homepage_url": "https:\/\/www.inframe.ro\/",
    "icons": {
        "128": "logo_128.png",
        "64": "logo_64.png",
        "48": "logo_48.png",
        "32": "logo_32.png"
    },
    "browser_action": {
        "default_icon": "logo_32.png",
        "default_title": "Aliexpress Enhancer",
        "default_popup": "start.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/order_detail.htm*",
                "https:\/\/trade.aliexpress.com\/orderDetail.htm*"
            ],
            "run_at": "document_start",
            "js": [
                "orderdetails.js"
            ],
            "css": [
                "orderdetails.css"
            ]
        },
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/mobileRechargeList.htm*"
            ],
            "run_at": "document_start",
            "css": [
                "mobilereacharge.css"
            ]
        },
        {
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/order*"
            ],
            "run_at": "document_start",
            "css": [
                "shoppingcart.css"
            ]
        },
        {
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/order\/*"
            ],
            "run_at": "document_start",
            "js": [
                "card.js"
            ]
        },
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/order_list.htm*",
                "https:\/\/trade.aliexpress.com\/orderList.htm*"
            ],
            "run_at": "document_start",
            "js": [
                "myorders.js"
            ],
            "css": [
                "myorders.css"
            ]
        },
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/issue\/fastissue\/Detail.htm*"
            ],
            "run_at": "document_start",
            "css": [
                "dispute.css"
            ]
        },
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/issue\/issue_list.htm*"
            ],
            "run_at": "document_start",
            "css": [
                "refunddisputes.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "general.css"
            ],
            "js": [
                "blacklist.js",
                "whitelist.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "time.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.aliexpress.com\/wholesale*",
                "https:\/\/www.aliexpress.com\/w\/wholesale*",
                "https:\/\/www.aliexpress.com\/af\/*",
                "https:\/\/www.aliexpress.com\/premium\/*"
            ],
            "run_at": "document_start",
            "js": [
                "searchproducts.js",
                "verified.js"
            ],
            "css": [
                "searchproducts.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.aliexpress.com\/item*"
            ],
            "run_at": "document_start",
            "js": [
                "viewproduct.js"
            ],
            "css": [
                "viewproduct.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/store*"
            ],
            "run_at": "document_start",
            "js": [
                "store.js"
            ],
            "css": [
                "store.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/developer.mozilla.org\/*",
        "management",
        "webRequest",
        "storage"
    ]
}