Proxy List Scraper
Extract proxies easily from Proxy List websites.
Vad är Proxy List Scraper?
Proxy List Scraper är en Chrome-tillägg utvecklad av https://proxy-list.download, och dess huvudfunktion är "Extract proxies easily from Proxy List websites.".
Tilläggsskärmbilder
Ladda ner Proxy List Scraper-förlängningens CRX-fil
Ladda ner Proxy List Scraper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nkmamacnhccoaeblcleolehebffimpcf |
| Officiell webbadress | https://chromewebstore.google.com/detail/proxy-list-scraper/nkmamacnhccoaeblcleolehebffimpcf |
| Beskrivning | Extract proxies easily from Proxy List websites. |
| Filstorlek | 52.07 KB |
| Antal Installationer | 1,587 |
| Aktuell Version | 0.0.4 |
| Senast Uppdaterad | 2023-12-17 |
| Publiceringsdatum | 2018-10-22 |
| Betyg | 3.00/5 Totalt 8 Betyg |
| Utvecklare | https://proxy-list.download |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |