ScrapeMate - Web Scraper
This extension will scrap data from the websites
What is ScrapeMate - Web Scraper?
ScrapeMate - Web Scraper is a Chrome extension developed by GetProjects, and its main feature is "This extension will scrap data from the websites".
Extension Screenshots
Download ScrapeMate - Web Scraper Extension CRX File
Download ScrapeMate - Web 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
Boost your web data extraction efficiency with ScrapeMate. Extract, analyze, and save data from any webpage effortlessly. Ideal for researchers, analysts, and data enthusiasts. 🌐 Web Scraping Made Easy: Scrape data from websites with a single click. 📊 Data Analysis: Quickly analyze and visualize the data you collect. 📁 Data Export: Export data in multiple formats for your convenience. 🔒 Secure and Reliable: Trust in a robust, user-friendly scraping tool. Get started today and supercharge your web data gathering with ScrapeMate!
Extension Basic Information
Name | ScrapeMate - Web Scraper |
ID | agojekkjpkcoimkhfggjgmbhncpdjicj |
Official URL | https://chromewebstore.google.com/detail/scrapemate-web-scraper/agojekkjpkcoimkhfggjgmbhncpdjicj |
Description | This extension will scrap data from the websites |
File Size | 351 KB |
Installation Count | 30 |
Current Version | 1.0.0 |
Last Updated | 2023-11-28 |
Publish Date | 2023-11-28 |
Developer | GetProjects |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 3, "author": "Kartikey Tiwari @[email protected]", "name": "ScrapeMate - Web Scraper", "version": "1.0.0", "description": "This extension will scrap data from the websites", "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "tabs" ], "icons": { "16": "\/icons\/icon.png", "32": "\/icons\/icon.png", "48": "\/icons\/icon.png", "128": "\/icons\/icon.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon.png", "32": "\/icons\/icon.png", "48": "\/icons\/icon.png", "128": "\/icons\/icon.png" } }, "content_scripts": [ { "matches": [ " |