FoxyProxy Standard Eric Jung ,erosman מאת
זמין ב־Firefox עבור ™Androidזמין ב־Firefox עבור ™Android
FoxyProxy is an open-source, advanced proxy management tool that completely replaces Firefox's limited proxying capabilities. No paid accounts are necessary; bring your own proxies or buy from any vendor. The original proxy tool, since 2006.
יש צורך ב־Firefox כדי להשתמש בהרחבה זו
נתוני העל של ההרחבה
צילומי מסך
על אודות הרחבה זו
FoxyProxy is owned and developed consistently by the same few people since 2006. It has never been sold and never will.
WHAT IS IT?
FoxyProxy is a Firefox and Chrome extension that switches an internet connection across one or more proxy servers. Proxies can be switched by:
1. point-and-click of colored icons in a popup menu
2. URL - define URL patterns with wildcards or regular expressions
3. browser tab - set individual proxies per tab!
4. Firefox container or Private Browsing windows - define different proxies for each container
SOME FEATURES
PERMISSIONS
No remote code is used in this extension.
Why is there a crypto library in this extension?
The crypto library is needed to migrate encrypted settings from an old version to version 8.x and above. It is not used to encrypt anything; only to decrypt old data when upgrading from version 3.x -> 8.x. If you are not upgrading from 3.x, this library is never used.
Open source software
You can view the code yourself by unzipping the downloaded file or:
https://github.com/foxyproxy/browser-extension
WHAT IS IT?
FoxyProxy is a Firefox and Chrome extension that switches an internet connection across one or more proxy servers. Proxies can be switched by:
1. point-and-click of colored icons in a popup menu
2. URL - define URL patterns with wildcards or regular expressions
3. browser tab - set individual proxies per tab!
4. Firefox container or Private Browsing windows - define different proxies for each container
SOME FEATURES
- Automatically switch proxy by: browser tab, URL patterns, firefox container, private browsing window, or manually select from a drop-down list
- Customize colors and country flags to make it easy to see which proxy is in use
- Import/Export all of your settings, or just URL patterns, to share with others. Optionally synchronize proxy settings with your other Firefox instances when you use Firefox Sync.
- Keyboard shortcuts to quickly switch proxies and perform other actions
- Turn WebRTC on/off to further limit discovery of your IP address
- Quick-Add to quickly add new URL patterns to proxy settings
- Globally exclude any website from all proxying
- Built-in pattern tester to test and debug your URL patterns
- Advanced logging shows you which proxies were used and when so you can debug problems
- Extensive built-in help
PERMISSIONS
- downloads: Required to export the extension settings to a file. Users can import that file to other Chrome/Firefox instances, or share it with colleagues, in order to keep the same settings. It can also be backed up and used later.
- proxy: The core function of the extension is to allow users to set the proxy server used by the browser.
- storage: Required to store proxy server settings (hostname, port, username, and which proxy server is enabled by the user)
- tabs: Required so that users can set separate proxies to use per tab. It is also needed for "QuickAdd" to quickly add a URL pattern that applies to the current/active tab. It is also used to open a URL to getfoxyproxy.org where there is online help.
- webRequest: Required to authenticate with proxy servers via webRequest.onAuthRequired
- webRequestAuthProvider: Required to authenticate with proxies servers via webRequest.onAuthRequired
- browsingData: Required so the extension can delete cookies, indexedDB, and localStorage when requested by the user on the Options page (*Delete Browsing Data* button)
- privacy: Required so the extension can call browser.privacy.network.webRTCIPHandlingPolicy to turn on/off webRTC in Chrome (*Limit WebRTC* checkbox in Options page)
- host permission: Required to proxy all webRequests and provide proxy server authentication. all_urls is used because users may choose to load any/all URLs through proxy servers (chrome.webRequest.onAuthRequired and chrome.webRequest.onAuthRequired.addListener) . Required to proxy all webRequests and provide proxy server authentication. Also needed to get accounts details from FoxyProxy servers, if requested by the user with the Import FoxyProxy Account on the Import tab.
No remote code is used in this extension.
Why is there a crypto library in this extension?
The crypto library is needed to migrate encrypted settings from an old version to version 8.x and above. It is not used to encrypt anything; only to decrypt old data when upgrading from version 3.x -> 8.x. If you are not upgrading from 3.x, this library is never used.
Open source software
You can view the code yourself by unzipping the downloaded file or:
https://github.com/foxyproxy/browser-extension
הערות המפתח
Source code at https://github.com/foxyproxy/browser-extension
דירוג החוויה שלך
תמיכה במפתחים אלו
מפתחי ההרחבה הזו מבקשים ממך לסייע בהמשך הפיתוח על ידי מתן תרומה צנועה.
הרשאותמידע נוסף
תוספת זו זקוקה להרשאות הבאות:
- הורדת קבצים, קריאה ועריכת היסטוריית ההורדות של הדפדפן
- הצגת התרעות
- שליטה בהגדרות המתווך של הדפדפן
- גישה ללשוניות
- גישה לנתונים שלך מכל האתרים
ייתכן שתוספת זו תבקש גם את ההרשאות הבאות:
- איפוס היסטוריית הגלישה, העוגיות והנתונים הנוספים שצברת לאחרונה
- קריאה ועריכה של הגדרות פרטיות
מידע נוסף
- קישורים לתוספת
- גרסה
- 8.9
- גודל
- 218.66 ק״ב
- עדכון אחרון
- לפני 10 חודשים (29 ינו׳ 2024)
- קטגוריות קשורות
- רישיון
- GNU General Public License v2.0 only
- מדיניות פרטיות
- קריאת מדיניות הפרטיות עבור תוספת זו
- היסטוריית הגרסאות
הוספה לאוסף
הערות שחרור עבור 8.9
Added "Log" to the toolbar popup buttons (#44)
Added limited log display on Chrome (experimental)
Added Theme feature (#71, #100)
Added toggle more options on toolbar popup (#54)
Fixed proxy DNS in "Import Proxy List" (#102) (from 8.7)
Fixed settings upgrade (import older) when hostname is missing (#108)
Fixed settings upgrade (import older) when username/password is missing (#103)
Fixed socks in "Import Proxy List" on some Firefox (#120)
Increased log content
Removed "Show Pattern Proxy" option and made it default (#57) (from 8.7) (Firefox only)
Removed Tab Proxy page-action and set it to the toolbar icon (#114) (Firefox only)
Updated add pattern user interface (#105)
Updated code to process duplicate hostname:port (#33, #76)
Updated options to disable "Store Locally" on Firefox (Chrome only)
Updated popup include/exclude host feature
Updated popup user interface
Added limited log display on Chrome (experimental)
Added Theme feature (#71, #100)
Added toggle more options on toolbar popup (#54)
Fixed proxy DNS in "Import Proxy List" (#102) (from 8.7)
Fixed settings upgrade (import older) when hostname is missing (#108)
Fixed settings upgrade (import older) when username/password is missing (#103)
Fixed socks in "Import Proxy List" on some Firefox (#120)
Increased log content
Removed "Show Pattern Proxy" option and made it default (#57) (from 8.7) (Firefox only)
Removed Tab Proxy page-action and set it to the toolbar icon (#114) (Firefox only)
Updated add pattern user interface (#105)
Updated code to process duplicate hostname:port (#33, #76)
Updated options to disable "Store Locally" on Firefox (Chrome only)
Updated popup include/exclude host feature
Updated popup user interface
הרחבות נוספות מאת המפתחים האלה
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין