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은(는) PerkkLex_Dogg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AliHunter Plus - AliExpress Research Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        📌▬▬▬▬ 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'"
    }
}