TBL Scraper

Scraper extracts data from web pages.

What is TBL Scraper?

TBL Scraper is a Chrome extension developed by Utopia, and its main feature is "Scraper extracts data from web pages.".

Extension Screenshots

screenshot

Download TBL Scraper Extension CRX File

Download TBL Scraper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Scraper extracts data from web pages.

The plugin allows you to extract dozens of data such as title or domain name. It's a time-saving way to collect essential data for your business.

Free and easy to use web data extraction tool for everyone.                    

Extension Basic Information

Name TBL Scraper TBL Scraper
ID impgmdkgimjbpaklcpilcechdojbafne
Official URL https://chromewebstore.google.com/detail/tbl-scraper/impgmdkgimjbpaklcpilcechdojbafne
Description Scraper extracts data from web pages.
File Size 41.37 KB
Installation Count 334
Current Version 1.0.2
Last Updated 2022-10-19
Publish Date 2022-10-12
Rating 5.00/5 Total 1 Ratings
Developer Utopia
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "name": "TBL Scraper",
    "description": "Scraper extracts data from web pages. ",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo.png",
        "38": "logo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}