Free Proxy List Scrapper
This extension will extract free proxies from various websites
Cos'è Free Proxy List Scrapper?
Free Proxy List Scrapper è un'estensione di Chrome sviluppata da Sameer Narkhede, e la sua funzione principale è "This extension will extract free proxies from various websites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Free Proxy List Scrapper
Scarica i file di estensione Free Proxy List Scrapper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will extract free proxies from various websites Informazioni di Base sull'Estensione
| Nome | |
| ID | jpnflejagpflcemgfnhckkdckpkkfbcc |
| URL Ufficiale | https://chromewebstore.google.com/detail/free-proxy-list-scrapper/jpnflejagpflcemgfnhckkdckpkkfbcc |
| Descrizione | This extension will extract free proxies from various websites |
| Dimensione del File | 153 KB |
| Conteggio Installazioni | 543 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2020-09-21 |
| Data di Pubblicazione | 2020-09-21 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Sameer Narkhede |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/narkhedesam/Proxy-List-Scrapper |
| Lingue Supportate | 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"
]
} | |