OnionLink .onion plugin
Enables surfing Tor's .onion sites with unparalleled ease.
Apa itu OnionLink .onion plugin?
OnionLink .onion plugin adalah ekstensi Chrome yang dikembangkan oleh https://onion.link, dan fitur utamanya adalah "Enables surfing Tor's .onion sites with unparalleled ease.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OnionLink .onion plugin
Unduh file ekstensi OnionLink .onion plugin 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 Chrome extension makes for a more pleasant OnionLink browsing experience. By default OnionLink does about a 95% job in rewriting all .onion links embedded in HTML pages so that they instead point to OnionLink. With this plugin you can get to 100% even when there is malformed HTML on the page, etc. This extension triggers when you access a url ending in ‘.onion’ and behind-the-scenes automatically proxies to OnionLink. Why $2.56 you ask? Because power users can afford it and 256 is the most delightful power of 2. (Non-US currencies rounded to the nearest power of 2.)
Informasi Dasar Ekstensi
Nama | OnionLink .onion plugin |
ID | pgdmopepkimcegejhkbhancahpppfbbj |
URL Resmi | https://chromewebstore.google.com/detail/onionlink-onion-plugin/pgdmopepkimcegejhkbhancahpppfbbj |
Deskripsi | Enables surfing Tor's .onion sites with unparalleled ease. |
Ukuran File | 114 KB |
Jumlah Instalasi | 1,362 |
Versi Saat Ini | 0.73 |
Terakhir Diperbarui | 2016-10-21 |
Tanggal Publikasi | 2016-10-20 |
Penilaian | 2.68/5 Total 41 Penilaian |
Pengembang | https://onion.link |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.onion.link |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OnionLink .onion plugin", "version": "0.73", "background": { "scripts": [ "proxy.js" ], "persistent": true }, "icons": { "128": "icon-128.png" }, "short_name": "OnionLink plugin", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "description": "Enables surfing Tor's .onion sites with unparalleled ease.", "homepage_url": "http:\/\/www.onion.link\/" } |