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 |
| Eメール | [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"
} | |