Reipro scrape
Scrape html pages
What is Reipro scrape?
Reipro scrape is a Chrome extension developed by shubhamnigam2502, and its main feature is "Scrape html pages".
Download Reipro scrape Extension CRX File
Download Reipro scrape 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 Basic Information
Name | Reipro scrape |
ID | ekecfoobaofpkcpogpcnmjkkdhfdfdjl |
Official URL | https://chromewebstore.google.com/detail/reipro-scrape/ekecfoobaofpkcpogpcnmjkkdhfdfdjl |
Description | Scrape html pages |
File Size | 1.05 MB |
Installation Count | 19 |
Current Version | 1.55 |
Last Updated | 2016-08-01 |
Publish Date | 2016-08-01 |
Developer | shubhamnigam2502 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.theshopifybots.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "name": "Reipro scrape", "description": "Scrape html pages", "version": "1.55", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*", "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/script.google.com https:\/\/script.googleusercontent.com; object-src 'self'", "browser_action": { "default_title": "Scrape realQuest.com", "default_icon": "icon.png", "default_popup": "popup.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |