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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/" } |