Proxy List Scraper
Extract proxies easily from Proxy List websites.
Proxy List Scraper là gì?
Proxy List Scraper là một tiện ích mở rộng Chrome được phát triển bởi https://proxy-list.download, và tính năng chính của nó là "Extract proxies easily from Proxy List websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Proxy List Scraper
Tải xuống các tệp mở rộng Proxy List Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Proxy List Scraper |
ID | nkmamacnhccoaeblcleolehebffimpcf |
URL Chính Thức | https://chromewebstore.google.com/detail/proxy-list-scraper/nkmamacnhccoaeblcleolehebffimpcf |
Mô tả | Extract proxies easily from Proxy List websites. |
Kích Thước Tệp | 52.07 KB |
Số Lần Cài Đặt | 1,587 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2023-12-17 |
Ngày Phát Hành | 2018-10-22 |
Đánh Giá | 3.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://proxy-list.download |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |