Data Scrapper
This extension will Scrape Asins from Amazon Search Results & StoreFront.
What is Data Scrapper?
Data Scrapper is a Chrome extension developed by Unknown, and its main feature is "This extension will Scrape Asins from Amazon Search Results & StoreFront.".
Extension Screenshots
Download Data Scrapper Extension CRX File
Download Data Scrapper 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
Extension for Google Chrome ™ that allows the extraction of information from Web Pages. Data Scrapper is an extension developed by NerdzPlanet Team for Google Chrome ™ that allows the extraction of information.
Extension Basic Information
Name | Data Scrapper |
ID | jlipjjlbnogejmanaplfhbacgbgcdopg |
Official URL | https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg |
Description | This extension will Scrape Asins from Amazon Search Results & StoreFront. |
File Size | 248 KB |
Installation Count | 364 |
Current Version | 1.5.1 |
Last Updated | 2020-05-06 |
Publish Date | 2020-05-06 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://mydatascraper.com/ |
Help Page URL | http://mydatascraper.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Data Scrapper", "version": "1.5.1", "description": "This extension will Scrape Asins from Amazon Search Results & StoreFront.", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*" ], "js": [ "script.js" ] } ], "permissions": [ "tabs", "activeTab", "https:\/\/www.amazon.com\/*", "http:\/\/mydatascraper.com\/functions\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" } } |