Proxy List Scraper
Extract proxies easily from Proxy List websites.
Was ist Proxy List Scraper?
Proxy List Scraper ist eine Chrome-Erweiterung, die von https://proxy-list.download entwickelt wurde, und ihr Hauptmerkmal ist "Extract proxies easily from Proxy List websites.".
Erweiterungsscreenshots
Proxy List Scraper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Proxy List Scraper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Proxy List Scraper is a friendly and powerful extension that help you to scrape Proxy List websites using only your favorite browser.
No more hassle to copy each Proxy from a website and save it individually.
The extension automatically fetches IP:PORT Proxies from the website you choose, you can copy to your clipboard or export all of them to a text (.txt) file.
This extension have a friendly interface from where you can access the obtained proxies as well as enable or disable the extension. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nkmamacnhccoaeblcleolehebffimpcf |
| Offizielle URL | https://chromewebstore.google.com/detail/proxy-list-scraper/nkmamacnhccoaeblcleolehebffimpcf |
| Beschreibung | Extract proxies easily from Proxy List websites. |
| Dateigröße | 52.07 KB |
| Installationsanzahl | 1,587 |
| Aktuelle Version | 0.0.4 |
| Letztes Update | 2023-12-17 |
| Veröffentlichungsdatum | 2018-10-22 |
| Bewertung | 3.00/5 Insgesamt 8 Bewertungen |
| Entwickler | https://proxy-list.download |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js",
"type": "module"
},
"description": "Extract proxies easily from Proxy List websites.",
"action": {
"default_icon": {
"128": "icon128.png",
"16": "icon16.png",
"19": "icon19.png",
"32": "icon32.png",
"48": "icon48.png",
"512": "icon512.png"
},
"default_popup": "popup.html"
},
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"19": "icon19.png",
"32": "icon32.png",
"48": "icon48.png",
"512": "icon512.png"
},
"manifest_version": 3,
"name": "Proxy List Scraper",
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting"
],
"version": "0.0.4"
} | |