Proxy List Scraper
Extract proxies easily from Proxy List websites.
什么是Proxy List Scraper?
Proxy List Scraper是由https://proxy-list.download开发的Chrome扩展程序,该扩展的主要功能是“Extract proxies easily from Proxy List websites.”。
扩展截图
下载Proxy List Scraper扩展crx文件
下载Proxy List Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | nkmamacnhccoaeblcleolehebffimpcf |
| 官方URL | https://chromewebstore.google.com/detail/proxy-list-scraper/nkmamacnhccoaeblcleolehebffimpcf |
| 简介 | Extract proxies easily from Proxy List websites. |
| 文件大小 | 52.07 KB |
| 安装次数 | 1,587 |
| 当前版本 | 0.0.4 |
| 更新时间 | 2023-12-17 |
| 上架时间 | 2018-10-22 |
| 评分 | 3.00/5 共8次评分 |
| 开发者 | https://proxy-list.download |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
} | |