Scrape All
Scrape all web data mapping extension.
What is Scrape All?
Scrape All is a Chrome extension developed by https://scrapeall.io, and its main feature is "Scrape all web data mapping extension.".
Extension Screenshots
Download Scrape All Extension CRX File
Download Scrape All 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
Web data scraping was never more simple. Map desired site data position with ScrapeAll chrome web browser extension and start data recovery automation using our customizable scraping solution. Read more about our automated web data scraping solution on https://scrapeall.io and get started for free.
Extension Basic Information
Name | Scrape All |
ID | niameellfhaeibjoeamhnojpfenglead |
Official URL | https://chromewebstore.google.com/detail/scrape-all/niameellfhaeibjoeamhnojpfenglead |
Description | Scrape all web data mapping extension. |
File Size | 773 KB |
Installation Count | 302 |
Current Version | 0.2 |
Last Updated | 2021-04-18 |
Publish Date | 2021-03-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://scrapeall.io |
[email protected] | |
Payment Type | free |
Extension Website | https://scrapeall.io |
Help Page URL | https://scrapeall.io/submit-ticket/ |
Privacy Policy Page URL | https://vamsy.tech/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrape All", "description": "Scrape all web data mapping extension.", "version": "0.2", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_popup": "index.html" }, "content_scripts": [ { "exclude_matches": [ "https:\/\/localhost\/*", "http:\/\/localhost\/*", "https:\/\/*.google.com\/*", "https:\/\/*.scrapeall.io\/*", "https:\/\/twitter.com\/*", "https:\/\/youtube.com\/*", "https:\/\/ant.design\/*" ], "matches": [ " |