JoyProxy

JoyProxy

Was ist JoyProxy?

JoyProxy ist eine Chrome-Erweiterung, die von Misha Shulga entwickelt wurde, und ihr Hauptmerkmal ist "JoyProxy".

Erweiterungsscreenshots

screenshot

JoyProxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie JoyProxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        JoyProxy - chrome extension for managing proxy settings. You can add your own proxy servers and use proxy only for your custom domains Also it can change default browser's useragent

Contributing
Fork it (https://github.com/sh0cked/joy-proxy/fork)
Create your feature branch (git checkout -b feature/fooBar)
Commit your changes (git commit -am 'Add some fooBar')
Push to the branch (git push origin feature/fooBar)
Create a new Pull Request                    

Grundlegende Informationen zur Erweiterung

Name JoyProxy JoyProxy
ID cfdjgedemlfeincnkcmhegbgkicofekg
Offizielle URL https://chrome.google.com/webstore/detail/joyproxy/cfdjgedemlfeincnkcmhegbgkicofekg
Beschreibung JoyProxy
Dateigröße 850 KB
Installationsanzahl 214
Aktuelle Version 0.0.3
Letztes Update 2018-02-12
Veröffentlichungsdatum 2018-02-12
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Misha Shulga
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon48.png"
        },
        "default_popup": "assets\/html\/popup.html",
        "default_title": "JoyProxy"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "notifications",
        "proxy"
    ],
    "short_name": "JoyProxy",
    "version": "0.0.3",
    "web_accessible_resources": [
        "assets\/icons\/icon48.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Toggle feature foo"
        }
    }
}