Browse with Onion

Easily browse desired websites with tor (onion) proxy!

Browse with Onionคืออะไร?

Browse with Onion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grephy และคุณลักษณะหลักของมันคือ "Easily browse desired websites with tor (onion) proxy!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browse with Onion

ดาวน์โหลดไฟล์ส่วนขยาย Browse with Onion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Browse with Onion is a lite extension that let you easily browse a certain website(s) (not the whole browser) with tor network. 

Before using the addon please make sure your computer (PC or MAC) is connected to TOR. A separate patch is prepared, to help users connect to the TOR network. To get the patch, please visit this GitHub repo (https://github.com/jeremy-jr-benthum/onion-browser-button/releases) and download (mac.zip) or (win.zip) file depending on your operating system. Then follow the instructions on the repo (https://github.com/jeremy-jr-benthum/onion-browser-button) in order to connect to TOR network.

Note 1: With this extension ONLY added domains will pass through TOR network and all other domains/websites will remain intact from TOR proxy.

Note 2: Before using the add-on you need to add desired domains which you want to pass through TOR proxy. To do so, please open toolbar popup and add desired domains comma separated in the designated area. For example, if you want to browse - torproject.org - with tor network, please add - *.torproject.org* - in the input area (note to add * at the beginning and end). All changes are auto-saved to the memory. Also please note that, items need to be comma separated and without space in the popup (*.torproject.org*,*.example.com*,...). As mentioned above, ONLY these domains will pass through the TOR network and all other websites will remain intact from TOR proxy.

If you have a feature request, or found a bug to report, please fill out the bug report form on the addon's homepage (http://mybrowseraddon.com/browse-in-tor.html)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Browse with Onion Browse with Onion
ID hfddekpiekhlkkgeaobcdkeonpkinipo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browse-with-onion/hfddekpiekhlkkgeaobcdkeonpkinipo
คำอธิบาย Easily browse desired websites with tor (onion) proxy!
ขนาดไฟล์ 42.09 KB
จำนวนการติดตั้ง 2,964
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2023-12-11
วันที่เผยแพร่ 2019-01-26
คะแนน 3.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Grephy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/browse-in-tor.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/browse-in-tor.html
URL หน้านโยบายความเป็นส่วนตัว https://mybrowseraddon.com/privacy-policy/browse-in-tor.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "name": "Browse with Onion",
    "host_permissions": [
        "*:\/\/check.torproject.org\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/browse-in-tor.html",
    "description": "Easily browse desired websites with tor (onion) proxy!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "proxy",
        "storage",
        "notifications"
    ],
    "action": {
        "default_title": "Browse with Onion",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}