Free Proxy List Scrapper
This extension will extract free proxies from various websites
Free Proxy List Scrapperとは何ですか?
Free Proxy List ScrapperはSameer Narkhedeによって開発されたChromeの拡張機能で、その主な機能は「This extension will extract free proxies from various websites」です。
拡張機能のスクリーンショット
Free Proxy List Scrapper拡張機能のCRXファイルをダウンロード
Free Proxy List Scrapper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will extract free proxies from various websites
拡張機能の基本情報
名前 | Free Proxy List Scrapper |
ID | jpnflejagpflcemgfnhckkdckpkkfbcc |
公式URL | https://chromewebstore.google.com/detail/free-proxy-list-scrapper/jpnflejagpflcemgfnhckkdckpkkfbcc |
説明 | This extension will extract free proxies from various websites |
ファイルサイズ | 153 KB |
インストール数 | 543 |
現在のバージョン | 1.0 |
最終更新日 | 2020-09-21 |
公開日 | 2020-09-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Sameer Narkhede |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/narkhedesam/Proxy-List-Scrapper |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Proxy List Scrapper", "description": "This extension will extract free proxies from various websites", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "Proxy-List-Scrapper-logo.png", "32": "Proxy-List-Scrapper-logo.png", "48": "Proxy-List-Scrapper-logo.png", "128": "Proxy-List-Scrapper-logo.png" } }, "icons": { "16": "Proxy-List-Scrapper-logo.png", "32": "Proxy-List-Scrapper-logo.png", "48": "Proxy-List-Scrapper-logo.png", "128": "Proxy-List-Scrapper-logo.png" }, "permissions": [ "activeTab", "https:\/\/www.sslproxies.org\/", "https:\/\/www.google-proxy.net\/", "https:\/\/free-proxy-list.net\/anonymous-proxy.html", "https:\/\/free-proxy-list.net\/uk-proxy.html", "https:\/\/www.us-proxy.org\/", "https:\/\/free-proxy-list.net\/", "https:\/\/spys.me\/proxy.txt", "https:\/\/api.proxyscrape.com\/?request=getproxies&proxytype=all&country=all&ssl=all&anonymity=all" ] } |