Ali Express Content Scrapper

Scrapping content of websites

Что такое Ali Express Content Scrapper?

Ali Express Content Scrapper - это расширение Chrome, разработанное Unknown, и его основная функция - "Scrapping content of websites".

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

screenshot

Скачать файл CRX расширения Ali Express Content Scrapper

Скачайте файлы расширений Ali Express Content Scrapper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        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"                    

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

Название Ali Express Content Scrapper Ali Express Content Scrapper
ID emieicecjgepgnmegendmlhhphoofcdc
Официальный URL https://chromewebstore.google.com/detail/ali-express-content-scrap/emieicecjgepgnmegendmlhhphoofcdc
Описание Scrapping content of websites
Размер файла 418 KB
Количество установок 280
Текущая Версия 2.2
Последнее Обновление 2019-02-01
Дата публикации 2019-02-01
Рейтинг 4.50/5 Всего 2 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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
}