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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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\/"
}