Free Proxy List Scrapper
This extension will extract free proxies from various websites
Apa itu Free Proxy List Scrapper?
Free Proxy List Scrapper adalah ekstensi Chrome yang dikembangkan oleh Sameer Narkhede, dan fitur utamanya adalah "This extension will extract free proxies from various websites".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Free Proxy List Scrapper
Unduh file ekstensi Free Proxy List Scrapper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will extract free proxies from various websites
Informasi Dasar Ekstensi
Nama | Free Proxy List Scrapper |
ID | jpnflejagpflcemgfnhckkdckpkkfbcc |
URL Resmi | https://chromewebstore.google.com/detail/free-proxy-list-scrapper/jpnflejagpflcemgfnhckkdckpkkfbcc |
Deskripsi | This extension will extract free proxies from various websites |
Ukuran File | 153 KB |
Jumlah Instalasi | 543 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-09-21 |
Tanggal Publikasi | 2020-09-21 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Sameer Narkhede |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/narkhedesam/Proxy-List-Scrapper |
Bahasa yang Didukung | 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" ] } |