Byteline Web Scraper

Byteline web scraper is used to select web page elements that needs to be scraped. It provides a simple point-and-click interface…

Cos'è Byteline Web Scraper?

Byteline Web Scraper è un'estensione di Chrome sviluppata da https://byteline.io, e la sua funzione principale è "Byteline web scraper is used to select web page elements that needs to be scraped. It provides a simple point-and-click interface…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Byteline Web Scraper

Scarica i file di estensione Byteline Web Scraper 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

                        Byteline web scraper is used to select web page elements that needs to be scraped. It provides a simple point-and-click interface to choose the HTML elements for your web scraping. Features offered by the Byteline Web Scraper:

1. Easily extract repeatable, e.g., tables, list, etc., or non-repeating elements.
2. Auto-rotates the IP
3. Supports deep linking - extract web pages based on links on other web pages.
4. Supports pagination to extract data from multiple pages.
5. Excellent error handling that provides the web page content seen by the scraper.
6. Highly optimized to scrape a large number of web pages.

You can export scraped data to Airtable, Google sheets, or any other Byteline integrations.                    

Informazioni di Base sull'Estensione

Nome Byteline Web Scraper Byteline Web Scraper
ID cafbamlegfncpeanpfonnocjfhamlbim
URL Ufficiale https://chromewebstore.google.com/detail/byteline-web-scraper/cafbamlegfncpeanpfonnocjfhamlbim
Descrizione Byteline web scraper is used to select web page elements that needs to be scraped. It provides a simple point-and-click interface…
Dimensione del File 6.42 MB
Conteggio Installazioni 831
Versione Corrente 2.2.19
Ultimo Aggiornamento 2024-01-07
Data di Pubblicazione 2021-05-08
Sviluppatore https://byteline.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.byteline.io/web-scraper
URL della Pagina di Aiuto https://www.byteline.io/contact-us
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Byteline Web Scraper",
    "name": "Byteline Web Scraper",
    "version": "2.2.19",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "cookies",
        ""
    ],
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "64": "favicon.png",
        "128": "icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*",
        "\/webfonts\/OpenSans-Regular.ttf"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}