OnionLink .onion plugin
Enables surfing Tor's .onion sites with unparalleled ease.
Τι είναι το OnionLink .onion plugin;
Το OnionLink .onion plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://onion.link, και η κύρια λειτουργία του είναι "Enables surfing Tor's .onion sites with unparalleled ease.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OnionLink .onion plugin
Λήψη αρχείων επέκτασης OnionLink .onion plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.)
Βασικές Πληροφορίες Επέκτασης
Όνομα | OnionLink .onion plugin |
ID | pgdmopepkimcegejhkbhancahpppfbbj |
Επίσημο URL | https://chromewebstore.google.com/detail/onionlink-onion-plugin/pgdmopepkimcegejhkbhancahpppfbbj |
Περιγραφή | Enables surfing Tor's .onion sites with unparalleled ease. |
Μέγεθος Αρχείου | 114 KB |
Αριθμός Εγκαταστάσεων | 1,362 |
Τρέχουσα Έκδοση | 0.73 |
Τελευταία Ενημέρωση | 2016-10-21 |
Ημερομηνία Δημοσίευσης | 2016-10-20 |
Αξιολόγηση | 2.68/5 Συνολικά 41 Αξιολογήσεις |
Προγραμματιστής | https://onion.link |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.onion.link |
Υποστηριζόμενες Γλώσσες | 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\/" } |