Proxy Switcher and Manager

Manage and switch between multiple proxy types (SOCKS, PAC, and Direct) with profile support

Proxy Switcher and Managerคืออะไร?

Proxy Switcher and Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yokris.dev และคุณลักษณะหลักของมันคือ "Manage and switch between multiple proxy types (SOCKS, PAC, and Direct) with profile support"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proxy Switcher and Manager

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

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

                        "Proxy Switcher and Manager" extension brings the power of proxy management to your browser. Using this extension, you can configure your browser to use a proxy server without altering your operating system's network. The toolbar icon indicates the current type of proxy your browser is using (No Proxy Mode (Direct), Auto-detect Proxy Mode, Manual Mode (SOCKS and HTTPS), and  PAC Script Mode). The extension is designed such that no resource is used while the panel is closed.

Features:
1. Supports profiles to store multiple proxy servers and switch between them when needed
2. Supports inline PAC script
3. Supports refreshing the PAC script from a remote server
4. Displays failed resources and the reason they failed
5. Supports badge text and toolbar color to differentiate between proxy profiles

Notes: 
1. The toolbar icon is an indicator of the current proxy type. Place your mouse over the toolbar button to get more info.
2. The badge text displays the number of failed resources. Opening the panel, you can check these resources by pressing the "Error Log" button (this feature is disabled by default). 
3. It is possible to search for free transparent or anonymous proxy servers in the manual proxy tab.

Why do I need this extension to alter my proxy? 
By using a proxy server that sits intermediary between your computer and the internet, you can hide your real location or access websites that would otherwise be blocked.

Proxy Switcher and Manager is an open-source project.                    

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

ชื่อ Proxy Switcher and Manager Proxy Switcher and Manager
ID onnfghpihccifgojkpnnncpagjcdbjod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/proxy-switcher-and-manage/onnfghpihccifgojkpnnncpagjcdbjod
คำอธิบาย Manage and switch between multiple proxy types (SOCKS, PAC, and Direct) with profile support
ขนาดไฟล์ 237 KB
จำนวนการติดตั้ง 59,083
เวอร์ชันปัจจุบัน 0.6.3
อัปเดตครั้งล่าสุด 2022-09-20
วันที่เผยแพร่ 2019-04-25
คะแนน 4.28/5 รวมทั้งหมด 105 คะแนน
ผู้พัฒนา yokris.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://add0n.com/proxy-switcher.html
URL หน้าช่วยเหลือ http://add0n.com/proxy-switcher.html
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/yokris.dev.txt
ภาษาที่รองรับ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxy Switcher and Manager",
    "description": "__MSG_description__",
    "version": "0.6.3",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage",
        "notifications",
        "proxy"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "action": {
        "default_popup": "data\/panel\/index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/proxy-switcher.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": []
    }
}