Aliexpress Enhancer

This plugin enhances Aliexpress website with tools and visual cosmetics

O que é Aliexpress Enhancer?

Aliexpress Enhancer é uma extensão do Chrome desenvolvida por https://www.inframe.ro, e sua principal característica é "This plugin enhances Aliexpress website with tools and visual cosmetics".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Aliexpress Enhancer

Baixe arquivos de extensão Aliexpress Enhancer 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

                        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/                    

Informações Básicas da Extensão

Nome Aliexpress Enhancer Aliexpress Enhancer
ID kdbkfkipkboggoedinbnlghpmpmfploc
URL Oficial https://chromewebstore.google.com/detail/aliexpress-enhancer/kdbkfkipkboggoedinbnlghpmpmfploc
Descrição This plugin enhances Aliexpress website with tools and visual cosmetics
Tamanho do Arquivo 171 KB
Contagem de Instalações 55
Versão Atual 4.31.31
Última Atualização 2019-04-21
Data de Publicação 2019-04-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.inframe.ro
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}