Ali Express Content Scrapper

Scrapping content of websites

Cos'è Ali Express Content Scrapper?

Ali Express Content Scrapper è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Scrapping content of websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ali Express Content Scrapper

Scarica i file di estensione Ali Express Content Scrapper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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"                    

Informazioni di Base sull'Estensione

Nome Ali Express Content Scrapper Ali Express Content Scrapper
ID emieicecjgepgnmegendmlhhphoofcdc
URL Ufficiale https://chromewebstore.google.com/detail/ali-express-content-scrap/emieicecjgepgnmegendmlhhphoofcdc
Descrizione Scrapping content of websites
Dimensione del File 418 KB
Conteggio Installazioni 280
Versione Corrente 2.2
Ultimo Aggiornamento 2019-02-01
Data di Pubblicazione 2019-02-01
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}