Free Proxy List Scrapper
This extension will extract free proxies from various websites
Wat is Free Proxy List Scrapper?
Free Proxy List Scrapper is een Chrome-extensie ontwikkeld door Sameer Narkhede, en de belangrijkste functie is "This extension will extract free proxies from various websites".
Extensie Screenshots
Download het CRX-bestand van de extensie Free Proxy List Scrapper
Download Free Proxy List Scrapper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will extract free proxies from various websites Basisinformatie over de Extensie
| Naam | |
| ID | jpnflejagpflcemgfnhckkdckpkkfbcc |
| Officiële URL | https://chromewebstore.google.com/detail/free-proxy-list-scrapper/jpnflejagpflcemgfnhckkdckpkkfbcc |
| Beschrijving | This extension will extract free proxies from various websites |
| Bestandsgrootte | 153 KB |
| Aantal Installaties | 543 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-09-21 |
| Publicatiedatum | 2020-09-21 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Sameer Narkhede |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/narkhedesam/Proxy-List-Scrapper |
| Ondersteunde Talen | 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"
]
} | |