Aliexpress Enhancer

This plugin enhances Aliexpress website with tools and visual cosmetics

Aliexpress Enhancerとは何ですか?

Aliexpress Enhancerはhttps://www.inframe.roによって開発されたChromeの拡張機能で、その主な機能は「This plugin enhances Aliexpress website with tools and visual cosmetics」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Aliexpress Enhancer拡張機能のCRXファイルをダウンロード

Aliexpress Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Aliexpress Enhancer Aliexpress Enhancer
ID kdbkfkipkboggoedinbnlghpmpmfploc
公式URL https://chromewebstore.google.com/detail/aliexpress-enhancer/kdbkfkipkboggoedinbnlghpmpmfploc
説明 This plugin enhances Aliexpress website with tools and visual cosmetics
ファイルサイズ 171 KB
インストール数 55
現在のバージョン 4.31.31
最終更新日 2019-04-21
公開日 2019-04-21
評価 5.00/5 合計 1 レビュー
開発者 https://www.inframe.ro
支払い方法 free
対応言語 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"
    ]
}