Scrapper for charles
Scrape html pages
What is Scrapper for charles?
Scrapper for charles is a Chrome extension developed by shubhamnigam2502, and its main feature is "Scrape html pages".
Download Scrapper for charles Extension CRX File
Download Scrapper for charles 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 | |
ID | fakmcaohcpllbphlmgndfhcjcienialg |
Official URL | https://chromewebstore.google.com/detail/scrapper-for-charles/fakmcaohcpllbphlmgndfhcjcienialg |
Description | Scrape html pages |
File Size | 1.06 MB |
Installation Count | 62 |
Current Version | 1.56 |
Last Updated | 2016-08-10 |
Publish Date | 2016-08-10 |
Developer | shubhamnigam2502 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.theshopifybots.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "name": "Scrapper for charles", "description": "Scrape html pages", "version": "1.56", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "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": "icons.png", "default_popup": "popup.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |