Onion Browser Button

Easily browse the internet using TOR proxy with just one click!

Onion Browser Buttonคืออะไร?

Onion Browser Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sevina และคุณลักษณะหลักของมันคือ "Easily browse the internet using TOR proxy with just one click!"

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

screenshot

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

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

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

                        Onion Browser Button is an extension that let you easily connect to TOR network in your browser (browse under TOR proxy).

Important note: this addon does NOT belong or relate to Tor® project and has NO affiliations with Tor® anonymity software or website at all. It is basically an unofficial extension that is developed and maintained independently by its author.

Before using the addon please make sure your computer (PC or MAC) is connected to TOR. If you do NOT know how to connect your PC or MAC to the TOR network please read the following. A separate patch is prepared, to help users easily connect to the TOR network. In order to get the patch please visit this (https://github.com/jeremy-jr-benthum/onion-browser-button/releases) GitHub repo and download (mac.zip) or (win.zip) files.

After downloading the patch to your computer, please follow the below steps to connect your machine to TOR network.

1. If you have Windows machine, please download and unzip "win.zip" file to your computer, and if you have Mac download and unzip "mac.zip".

2. For windows machine, please open downloaded "win" folder and run "run.bat" file within the folder. For Mac please open "win" folder and run "run.sh" file.

3. You will see the screen with 6 options. In order to start TOR connection on your computer, please press 1 on your keyboard, once "Tor is connected successfully!" message is displayed, you can use Tor Browser Button add-on to connect your browser to the TOR network. To stop TOR connection please press 2. In order to get a new TOR identity, please press 5 and to restart TOR connection, please press 6 on your keyboard.

Note: to report bugs, please visit addon's homepage (https://mybrowseraddon.com/tor-button.html) and fill the bug report form.                    

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

ชื่อ Onion Browser Button Onion Browser Button
ID fockhhgebmfjljjmjhbdgibcmofjbpca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/onion-browser-button/fockhhgebmfjljjmjhbdgibcmofjbpca
คำอธิบาย Easily browse the internet using TOR proxy with just one click!
ขนาดไฟล์ 94.59 KB
จำนวนการติดตั้ง 27,389
เวอร์ชันปัจจุบัน 0.2.4
อัปเดตครั้งล่าสุด 2023-07-11
วันที่เผยแพร่ 2019-11-30
คะแนน 3.57/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา Sevina
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/tor-button.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/tor-button.html
URL หน้านโยบายความเป็นส่วนตัว https://mybrowseraddon.com/privacy-policy/developer/sevina.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.4",
    "manifest_version": 3,
    "name": "Onion Browser Button",
    "permissions": [
        "proxy",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/check.torproject.org\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/tor-button.html",
    "description": "Easily browse the internet using TOR proxy with just one click!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Onion Browser Button",
        "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"
    }
}