Ali Hunter - AliExpress Dropship

Best AliExpress product research tool for shopping & DropShipping Find pseller's ratings, similar products, save images video.

What is Ali Hunter - AliExpress Dropship?

Ali Hunter - AliExpress Dropship is a Chrome extension developed by One Technology, and its main feature is "Best AliExpress product research tool for shopping & DropShipping Find pseller's ratings, similar products, save images video.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Ali Hunter - AliExpress Dropship Extension CRX File

Download Ali Hunter - AliExpress Dropship extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Alitools Helps both dropshipper and those who buys products from Aliexpress.

- Quick view price history, seller ratings, finds similar products, Review Analysis, Rating percentage,Number of sold products, Same products from other vendors,Shopify vendors, Shipping Cost, Seller reliability.

MAIN FEATURES:

★ Price History
The graph is displayed on the product page and shows the real discounts.

★ Similar Products
Shows simillar products from other seller to help the best hopping price.

★ Review Analysis
An analysis of review,percentage of review,Different str rating

★ Shipping Information
Shows shipping information like epcket or dhl with shipping days and also shipping cost.

★ AliSave - Download Aliexpress images & videos
Download Aliexpress  product images and videos with just a single click.

★ Aliexpress Treanding 
Shows treanding products on every search page.

Have a try,And do not forget to give us a review.                    

Extension Basic Information

Name Ali Hunter - AliExpress Dropship Ali Hunter - AliExpress Dropship
ID akehmgbbgjcgdkdcmlccmcighbijpeee
Official URL https://chromewebstore.google.com/detail/ali-hunter-aliexpress-dro/akehmgbbgjcgdkdcmlccmcighbijpeee
Description Best AliExpress product research tool for shopping & DropShipping Find pseller's ratings, similar products, save images video.
File Size 1.88 MB
Installation Count 1,489
Current Version 3.1.3
Last Updated 2023-07-29
Publish Date 2023-02-23
Rating 5.00/5 Total 4 Ratings
Developer One Technology
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/avengerprivacypolicy/home
Supported Languages de,en,en-GB,en-US,fr,ca,da,es,es-419,cs,el,bg,mr,am-ET,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.1.3",
    "name": "Ali Hunter - AliExpress Dropship",
    "description": "Best AliExpress product research tool for shopping & DropShipping Find pseller's ratings, similar products, save images video.",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/",
        "*:\/\/*.aliexpress.ru\/",
        "*:\/\/*.aliexpress.us\/",
        "*:\/\/*.alicdn.com\/",
        "*:\/\/*.aliexpress-media.com\/"
    ],
    "icons": {
        "128": "img\/default_logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*",
                "*:\/\/*.aliexpress.us\/item\/*",
                "*:\/\/*.aliexpress.us\/store\/product\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "cs\/fontawesome.min.css",
                "cs\/content.css"
            ]
        },
        {
            "matches": [
                "*:\/\/feedback.aliexpress.com\/display\/productEvaluation.htm*"
            ],
            "run_at": "document_idle",
            "js": [
                "feedbackIframe.bundle.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.ru\/item\/*",
                "*:\/\/*.aliexpress.ru\/store\/product\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentRu.bundle.js"
            ],
            "css": [
                "cs\/fontawesome.min.css",
                "cs\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": "img\/logo2.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*",
                "*.png",
                "*.ttf",
                "*.gif",
                "*.svg",
                "*.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}