AliHunter Plus - AliExpress Research Tool

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

Was ist AliHunter Plus - AliExpress Research Tool?

AliHunter Plus - AliExpress Research Tool ist eine Chrome-Erweiterung, die von PerkkLex_Dogg entwickelt wurde, und ihr Hauptmerkmal ist "Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

AliHunter Plus - AliExpress Research Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliHunter Plus - AliExpress Research Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name AliHunter Plus - AliExpress Research Tool AliHunter Plus - AliExpress Research Tool
ID mafigddapndlobkicfkdoeeflfpjjiki
Offizielle URL https://chromewebstore.google.com/detail/alihunter-plus-aliexpress/mafigddapndlobkicfkdoeeflfpjjiki
Beschreibung Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.
Dateigröße 1.41 MB
Installationsanzahl 757
Aktuelle Version 3.0.2
Letztes Update 2023-02-21
Veröffentlichungsdatum 2023-02-21
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler PerkkLex_Dogg
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.alitools.xyz/p/privacy.html
Unterstützte Sprachen 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'"
    }
}