Scrapebold
Webpage Data Extraction Tool
What is Scrapebold?
Scrapebold is a Chrome extension developed by https://scrapebold.com, and its main feature is "Webpage Data Extraction Tool".
Extension Screenshots
Download Scrapebold Extension CRX File
Download Scrapebold 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
Scrapebold is a free web scraper that helps you scrape data from web pages easily. It saves data into a CSV File.This tool helps you find CSS selectors and create your own custom recipes. Please watch the video to see how to use it.
Extension Basic Information
Name | Scrapebold |
ID | kjkefnldhelkogdhfiinddepofjbgmna |
Official URL | https://chromewebstore.google.com/detail/scrapebold/kjkefnldhelkogdhfiinddepofjbgmna |
Description | Webpage Data Extraction Tool |
File Size | 80.09 KB |
Installation Count | 97 |
Current Version | 0.1.9 |
Last Updated | 2021-06-09 |
Publish Date | 2021-05-30 |
Developer | https://scrapebold.com |
[email protected] | |
Payment Type | free |
Extension Website | https://scrapebold.com |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "0.1.9", "minimum_chrome_version": "31", "description": "__MSG_appDesc__", "default_locale": "en", "content_security_policy": "script-src 'self'; font-src 'none'; frame-src 'none'; img-src 'self'; media-src 'none'; object-src 'none'", "permissions": [ "storage", "activeTab" ], "icons": { "128": "logo128.png", "48": "logo48.png", "19": "logo19.png", "16": "logo16.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "48": "logo48.png", "32": "logo32.png", "128": "logo128.png" }, "default_title": "scrapebold" }, "web_accessible_resources": [ "download-icon.png", "delete-icon.png", "show-icon.png", "edit-icon.png", "close-icon.png" ], "options_page": "options.html" } |