Ali Express Content Scrapper

Scrapping content of websites

Ali Express Content Scrapper là gì?

Ali Express Content Scrapper là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Scrapping content of websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ali Express Content Scrapper

Tải xuống các tệp mở rộng Ali Express Content Scrapper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is AliExpress products scraper.
You need to install related scraper installer on your machine.
Output file will be generated on your desktop inside "AliExpress Data Files"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ali Express Content Scrapper Ali Express Content Scrapper
ID emieicecjgepgnmegendmlhhphoofcdc
URL Chính Thức https://chromewebstore.google.com/detail/ali-express-content-scrap/emieicecjgepgnmegendmlhhphoofcdc
Mô tả Scrapping content of websites
Kích Thước Tệp 418 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2019-02-01
Ngày Phát Hành 2019-02-01
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ali Express Content Scrapper",
    "description": "Scrapping content of websites",
    "version": "2.2",
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/aliexpress.png",
        "default_title": "Scrapping Content:",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}