AliHunter Plus - AliExpress Research Tool

Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.

¿Qué es AliHunter Plus - AliExpress Research Tool?

AliHunter Plus - AliExpress Research Tool es una extensión de Chrome desarrollada por PerkkLex_Dogg, y su función principal es "Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AliHunter Plus - AliExpress Research Tool

Descarga archivos de extensión AliHunter Plus - AliExpress Research Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        📌▬▬▬▬ GETTING STARTED ▬▬▬▬▬📌

(✔) Install the (AliHunter Plus) extension by clicking the “Add to Chrome” button.

(✔) Open an AliExpress product page.

(✔) Select the product.

(✔) Show Summary Price, Order, E-packet ,Buyers images and positive feedback.


AliExpress product research tool for Download images, product & supplier summary, price history, seller rating. Must have for Dropship Business Ali Assist.

✍▬▬▬▬▬FREE Version▬▬▬▬▬✍

🔰 Download main product images, variations images and pictures.

🔰 Save images as ZIP (it’s useful to keep a clean download folder).

🔰 Get the best quality image download.

🔰 Support all features on AliExpress.

🔰 Save time and download all images in single click.

🔰 Open download directory after download

🔰 Save product’s videos.

📌▬▬▬▬▬HOT_ FEATURES ▬▬▬▬▬📌

(✔) ALI - EXPRESS IMAGES & VIDEOS DOWNLOADER

(✔) AliExpress SELLING PRODUCT RESEARCH

(✔)  QUICK VIEW

(✔) RECOMMEND THE WINNING PRODUCTS

♻ AliHunter Plus is free, give it a try! ♻

✅ Don't know what to sell? On the home page, category pages, and each search page, Ali Hunter Plus suggests Dropshipping products from AliExpress and hot trends from AliExpress AliAssist .

⚠ DISCLAIMER ⚠

(✔) This Product does not promote any illegal product, content, or platform, and doesn't encourage any kind of prohibited activities. All contents provided by this channel are meant for Service purposes only.  If you have any questions regarding privacy protection when using the service AliExpress Research Tool. Please contact us by Email.🙏                    

Información Básica de la Extensión

Nombre AliHunter Plus - AliExpress Research Tool AliHunter Plus - AliExpress Research Tool
ID mafigddapndlobkicfkdoeeflfpjjiki
URL Oficial https://chromewebstore.google.com/detail/alihunter-plus-aliexpress/mafigddapndlobkicfkdoeeflfpjjiki
Descripción Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.
Tamaño del Archivo 1.41 MB
Cantidad de Instalaciones 757
Versión Actual 3.0.2
Última Actualización 2023-02-21
Fecha de Publicación 2023-02-21
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador PerkkLex_Dogg
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.alitools.xyz/p/privacy.html
Idiomas Soportados en,lt,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.2",
    "name": "AliHunter Plus - AliExpress Research Tool",
    "description": "Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "img\/hunterplus-128x128-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js",
                "lib\/jquery-3.2.1.min.js",
                "lib\/jszip\/dist\/jszip.js",
                "lib\/jszip\/dist\/jszip.min.js",
                "lib\/filesaver\/dist\/FileSaver.js",
                "lib\/filesaver\/dist\/FileSaver.min.js",
                "domTask.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "img\/hunterplus-grey-128x128-logo.png",
        "default_popup": "popup.html",
        "default_icons": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                "",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}