AliHunter Plus - AliExpress Research Tool

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

Что такое AliHunter Plus - AliExpress Research Tool?

AliHunter Plus - AliExpress Research Tool - это расширение Chrome, разработанное PerkkLex_Dogg, и его основная функция - "Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AliHunter Plus - AliExpress Research Tool

Скачайте файлы расширений AliHunter Plus - AliExpress Research Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        📌▬▬▬▬ 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.🙏                    

Основная информация о расширении

Название AliHunter Plus - AliExpress Research Tool AliHunter Plus - AliExpress Research Tool
ID mafigddapndlobkicfkdoeeflfpjjiki
Официальный URL https://chromewebstore.google.com/detail/alihunter-plus-aliexpress/mafigddapndlobkicfkdoeeflfpjjiki
Описание Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.
Размер файла 1.41 MB
Количество установок 757
Текущая Версия 3.0.2
Последнее Обновление 2023-02-21
Дата публикации 2023-02-21
Рейтинг 1.00/5 Всего 1 оценок
Разработчик PerkkLex_Dogg
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.alitools.xyz/p/privacy.html
Поддерживаемые языки 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'"
    }
}