Ali Express Content Scrapper
Scrapping content of websites
What is Ali Express Content Scrapper?
Ali Express Content Scrapper is a Chrome extension developed by Unknown, and its main feature is "Scrapping content of websites".
Extension Screenshots
Download Ali Express Content Scrapper Extension CRX File
Download Ali Express Content 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
This is AliExpress products scraper. You need to install related scraper installer on your machine. Output file will be generated on your desktop inside "AliExpress Data Files"
Extension Basic Information
Name | Ali Express Content Scrapper |
ID | emieicecjgepgnmegendmlhhphoofcdc |
Official URL | https://chromewebstore.google.com/detail/ali-express-content-scrap/emieicecjgepgnmegendmlhhphoofcdc |
Description | Scrapping content of websites |
File Size | 418 KB |
Installation Count | 280 |
Current Version | 2.2 |
Last Updated | 2019-02-01 |
Publish Date | 2019-02-01 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ali Express Content Scrapper", "description": "Scrapping content of websites", "version": "2.2", "permissions": [ "tabs", "nativeMessaging" ], "background": { "scripts": [ "popup.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/aliexpress.png", "default_title": "Scrapping Content:", "default_popup": "popup.html" }, "manifest_version": 2 } |