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…

Byteline Web Scraper क्या है?

Byteline Web Scraper https://byteline.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Byteline web scraper is used to select web page elements that needs to be scraped. It provides a simple point-and-click interface…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Byteline Web Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Byteline Web Scraper Byteline Web Scraper
ID cafbamlegfncpeanpfonnocjfhamlbim
आधिकारिक URL https://chromewebstore.google.com/detail/byteline-web-scraper/cafbamlegfncpeanpfonnocjfhamlbim
विवरण Byteline web scraper is used to select web page elements that needs to be scraped. It provides a simple point-and-click interface…
फ़ाइल का आकार 6.42 MB
स्थापना संख्या 831
वर्तमान संस्करण 2.2.19
अंतिम अपडेट 2024-01-07
प्रकाशन तिथि 2021-05-08
डेवलपर https://byteline.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.byteline.io/web-scraper
सहायता पृष्ठ URL https://www.byteline.io/contact-us
समर्थित भाषाएँ 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'"
}