Webproxyfy
Open links or reloads pages through a web proxy, right clicking on them.
Apa itu Webproxyfy?
Webproxyfy adalah ekstensi Chrome yang dikembangkan oleh DocKuro, dan fitur utamanya adalah "Open links or reloads pages through a web proxy, right clicking on them.".
Unduh Berkas CRX Ekstensi Webproxyfy
Unduh file ekstensi Webproxyfy 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 lets you open a link in a new tab or reload pages through a webproxy. All selected webproxies guarantee hi anonimization and support SSL. Navigate without restrictions just with a right click!
Informasi Dasar Ekstensi
Nama | Webproxyfy |
ID | fjabbigobedbbkihninfgmfejknpjkgd |
URL Resmi | https://chromewebstore.google.com/detail/webproxyfy/fjabbigobedbbkihninfgmfejknpjkgd |
Deskripsi | Open links or reloads pages through a web proxy, right clicking on them. |
Ukuran File | 101 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2017-01-23 |
Tanggal Publikasi | 2017-01-23 |
Pengembang | DocKuro |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webproxyfy", "description": "Open links or reloads pages through a web proxy, right clicking on them.", "version": "1.1.1", "background": { "scripts": [ "proxies.js", "utils.js", "Proxy.js", "webproxyfy.js" ] }, "options_page": "options.html", "icons": { "16": "icon-tiny.png", "48": "icon-small.png", "128": "icon.png", "256": "icon-big.png" }, "permissions": [ "tabs", "contextMenus", "storage" ] } |