Free Proxy List Scrapper
This extension will extract free proxies from various websites
What is Free Proxy List Scrapper?
Free Proxy List Scrapper is a Chrome extension developed by Sameer Narkhede, and its main feature is "This extension will extract free proxies from various websites".
Extension Screenshots
Download Free Proxy List Scrapper Extension CRX File
Download Free Proxy List 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 extension will extract free proxies from various websites
Extension Basic Information
Name | Free Proxy List Scrapper |
ID | jpnflejagpflcemgfnhckkdckpkkfbcc |
Official URL | https://chromewebstore.google.com/detail/free-proxy-list-scrapper/jpnflejagpflcemgfnhckkdckpkkfbcc |
Description | This extension will extract free proxies from various websites |
File Size | 153 KB |
Installation Count | 543 |
Current Version | 1.0 |
Last Updated | 2020-09-21 |
Publish Date | 2020-09-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Sameer Narkhede |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/narkhedesam/Proxy-List-Scrapper |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Proxy List Scrapper", "description": "This extension will extract free proxies from various websites", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "Proxy-List-Scrapper-logo.png", "32": "Proxy-List-Scrapper-logo.png", "48": "Proxy-List-Scrapper-logo.png", "128": "Proxy-List-Scrapper-logo.png" } }, "icons": { "16": "Proxy-List-Scrapper-logo.png", "32": "Proxy-List-Scrapper-logo.png", "48": "Proxy-List-Scrapper-logo.png", "128": "Proxy-List-Scrapper-logo.png" }, "permissions": [ "activeTab", "https:\/\/www.sslproxies.org\/", "https:\/\/www.google-proxy.net\/", "https:\/\/free-proxy-list.net\/anonymous-proxy.html", "https:\/\/free-proxy-list.net\/uk-proxy.html", "https:\/\/www.us-proxy.org\/", "https:\/\/free-proxy-list.net\/", "https:\/\/spys.me\/proxy.txt", "https:\/\/api.proxyscrape.com\/?request=getproxies&proxytype=all&country=all&ssl=all&anonymity=all" ] } |