AliExpress Batch Scraper

products scrap collect Tool for Aliexpress,taobao,yahoo etc

Apa itu AliExpress Batch Scraper?

AliExpress Batch Scraper adalah ekstensi Chrome yang dikembangkan oleh https://wangbo1086.wixsite.com/scraper, dan fitur utamanya adalah "products scrap collect Tool for Aliexpress,taobao,yahoo etc".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AliExpress Batch Scraper

Unduh file ekstensi AliExpress Batch Scraper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        products scrap collect Tool for Aliexpress,taobao,yahoo etc                    

Informasi Dasar Ekstensi

Nama AliExpress Batch Scraper AliExpress Batch Scraper
ID achpmbllimammnnpnpodbfkgijdjafpj
URL Resmi https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj
Deskripsi products scrap collect Tool for Aliexpress,taobao,yahoo etc
Ukuran File 889 KB
Jumlah Instalasi 44
Versi Saat Ini 3.6
Terakhir Diperbarui 2023-11-03
Tanggal Publikasi 2020-01-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://wangbo1086.wixsite.com/scraper
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://wangbo1086.wixsite.com/scraper
URL Halaman Bantuan https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper
URL Halaman Kebijakan Privasi https://scraper.tokyo/ebay/privacy-policy
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Batch Scraper",
    "short_name": "ABS",
    "description": "products scrap collect Tool for Aliexpress,taobao,yahoo etc",
    "version": "3.6",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.banggood.com\/*",
        "https:\/\/*.taobao.com\/*",
        "https:\/\/*.tmall.com\/*",
        "storage",
        "https:\/\/scraper.tokyo\/*",
        "https:\/\/script.google.com\/*"
    ],
    "content_security_policy": "script-src 'self' object-src",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "jszip.js",
            "encoding.js",
            "FileSaver.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "chrome_style": true,
        "default_icon": "ImportCSVCapture128.png",
        "scripts": [
            "jszip.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "icons": {
        "16": "ImportCSVCapture16.png",
        "48": "ImportCSVCapture48.png",
        "128": "ImportCSVCapture128.png"
    },
    "manifest_version": 2,
    "default_locale": "en"
}