Proxyfy

Tiny proxy switcher

What is Proxyfy?

Proxyfy is a Chrome extension developed by Anton, and its main feature is "Tiny proxy switcher".

Extension Screenshots

screenshot
screenshot
screenshot

Download Proxyfy Extension CRX File

Download Proxyfy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple proxy switcher, like late FoxyProxy.

* Support URL rules
* Import/Export settings
* Quick switch from popup

! Chrome manifest v3 is not supported proxy authorization,  crbug.com/1135492                    

Extension Basic Information

Name Proxyfy Proxyfy
ID nhhiibgdcbodahbjepebolcdpmgdedmk
Official URL https://chromewebstore.google.com/detail/proxyfy/nhhiibgdcbodahbjepebolcdpmgdedmk
Description Tiny proxy switcher
File Size 419 KB
Installation Count 736
Current Version 2.1.6
Last Updated 2023-05-03
Publish Date 2019-03-08
Rating 4.33/5 Total 3 Ratings
Developer Anton
Email [email protected]
Payment Type free
Help Page URL https://github.com/Feverqwe/proxyfy/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_title": "Proxyfy",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "proxy"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "name": "Proxyfy",
    "description": "Tiny proxy switcher",
    "version": "2.1.6"
}