Proxy List Pro
Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.
Apa itu Proxy List Pro?
Proxy List Pro adalah ekstensi Chrome yang dikembangkan oleh http://proxylistpro.com, dan fitur utamanya adalah "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Proxy List Pro
Unduh file ekstensi Proxy List Pro 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
Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions and/or looking to browse the internet securely.
Informasi Dasar Ekstensi
Nama | |
ID | oicamophdnojgacgbobolcnhbbgpiknb |
URL Resmi | https://chrome.google.com/webstore/detail/proxy-list-pro/oicamophdnojgacgbobolcnhbbgpiknb |
Deskripsi | Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions. |
Ukuran File | 213 KB |
Jumlah Instalasi | 1,668 |
Versi Saat Ini | 7.0 |
Terakhir Diperbarui | 2014-05-12 |
Tanggal Publikasi | 2014-05-12 |
Penilaian | 3.50/5 Total 34 Penilaian |
Pengembang | http://proxylistpro.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://hide-my-ip.org/page/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proxy List Pro", "version": "7.0", "description": "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.", "icons": { "48": "img\/icon.png" }, "browser_action": { "default_title": "Proxy List Pro", "default_popup": "popup.html", "default_icon": { "19": "img\/disabled.png" } }, "permissions": [ "tabs", "webRequest", "*:\/\/*.proxylistpro.com\/" ], "background": { "scripts": [ "bg.js" ] } } |