Proxxy

Simply the best proxy interface for chrome.

Proxxyคืออะไร?

Proxxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.quimian.com และคุณลักษณะหลักของมันคือ "Simply the best proxy interface for chrome."

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

screenshot
screenshot

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

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

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

                        Toggle your proxy settings.  Easy to use, simple interface.  Save alternate proxies, and override connection settings.

Use Cases
* VPNs and Tunnels.
* Privoxy and anonymity.
* Censorship & Firewall Circumvention
* Anonymous Proxies.
* Developing offline websites.

History
* 1.5.0 Newer Options page format.
* 1.4.1 Russian translation update.
* 1.4.0 Host inclusion/exclusion rules.
* 1.3.5 Chinese translation update.
* 1.3.3 Turkish translation update.
* 1.3.2 Open options page on installation for new users.
* 1.3.0 Updated manifest for lower resource usage.  Color changes to red on proxy error.
* 1.2.5 German translation.  Better badge colors.
* 1.2.4 Turkish translation
* 1.2.3 Added link to google+ page to get more feedback.
* 1.2.2 Internationalized strings, initial attempt at a Chinese translation.
* 1.2.1 Fixed bug in migration of data storage.
* 1.2 Redesigned options page.  Allow saving alternate proxies.
* 1.1.4 Added a button for resetting proxy settings.
* 1.1.3 Fixed bug in applying per-protocol proxies.  Updated manifest for better security.
* 1.1.2 Fixed bug in clearing proxy settings when in incognito-only mode.
* 1.1.1 Removed unneeded permissions.  State persists across restarts.
* 1.1 Web store release
* 1.0 Initial github release.  Limited to dev. channel.                    

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

ชื่อ Proxxy Proxxy
ID clkkaggocmafajhbcbknhcgnbmagjohi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/proxxy/clkkaggocmafajhbcbknhcgnbmagjohi
คำอธิบาย Simply the best proxy interface for chrome.
ขนาดไฟล์ 41.07 KB
จำนวนการติดตั้ง 5,259
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2020-10-21
วันที่เผยแพร่ 2016-10-12
คะแนน 3.93/5 รวมทั้งหมด 70 คะแนน
ผู้พัฒนา https://www.quimian.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://quimian.com/proxxy.html
URL หน้าช่วยเหลือ https://plus.google.com/107188782628704130871
ภาษาที่รองรับ de,en,tr,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.5.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "default-src 'self'; img-src 'self' data: http:\/\/www.google-analytics.com; script-src 'self' https:\/\/ssl.google-analytics.com;",
    "default_locale": "en",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "proxy"
    ],
    "browser_action": {
        "name": "__MSG_browserActionTitle__",
        "default_icon": "icon-19.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": []
}