OnionLink .onion plugin
Enables surfing Tor's .onion sites with unparalleled ease.
OnionLink .onion plugin là gì?
OnionLink .onion plugin là một tiện ích mở rộng Chrome được phát triển bởi https://onion.link, và tính năng chính của nó là "Enables surfing Tor's .onion sites with unparalleled ease.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OnionLink .onion plugin
Tải xuống các tệp mở rộng OnionLink .onion plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OnionLink .onion plugin |
ID | pgdmopepkimcegejhkbhancahpppfbbj |
URL Chính Thức | https://chromewebstore.google.com/detail/onionlink-onion-plugin/pgdmopepkimcegejhkbhancahpppfbbj |
Mô tả | Enables surfing Tor's .onion sites with unparalleled ease. |
Kích Thước Tệp | 114 KB |
Số Lần Cài Đặt | 1,362 |
Phiên Bản Hiện Tại | 0.73 |
Cập Nhật Lần Cuối | 2016-10-21 |
Ngày Phát Hành | 2016-10-20 |
Đánh Giá | 2.68/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | https://onion.link |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.onion.link |
Ngôn Ngữ Được Hỗ Trợ | 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\/" } |