Ali Express Content Scrapper

Scrapping content of websites

Co je Ali Express Content Scrapper?

Ali Express Content Scrapper je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Scrapping content of websites“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ali Express Content Scrapper

Stáhněte si soubory rozšíření Ali Express Content Scrapper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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"                    

Základní Informace o Rozšíření

Název Ali Express Content Scrapper Ali Express Content Scrapper
ID emieicecjgepgnmegendmlhhphoofcdc
Oficiální URL https://chromewebstore.google.com/detail/ali-express-content-scrap/emieicecjgepgnmegendmlhhphoofcdc
Popis Scrapping content of websites
Velikost souboru 418 KB
Počet instalací 280
Aktuální Verze 2.2
Poslední Aktualizace 2019-02-01
Datum Vydání 2019-02-01
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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
}