Simple proxy helper

Set proxy for Google Chrome browser

Wat is Simple proxy helper?

Simple proxy helper is een Chrome-extensie ontwikkeld door extensiondev2020, en de belangrijkste functie is "Set proxy for Google Chrome browser".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple proxy helper

Download Simple proxy helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Simple proxy helper is an extension that allows people to connect to webRTC providers through a SOCKS5 proxy in case they cannot access it directly due to communication or infrastructure problems. The proxy only works for a limited set of webRTC providers. The extension is for internal use.                    

Basisinformatie over de Extensie

Naam Simple proxy helper Simple proxy helper
ID ggbeghljoagdajigdliipcdnpjgmjjlh
Officiële URL https://chromewebstore.google.com/detail/simple-proxy-helper/ggbeghljoagdajigdliipcdnpjgmjjlh
Beschrijving Set proxy for Google Chrome browser
Bestandsgrootte 21.16 KB
Aantal Installaties 209
Huidige Versie 0.0.15
Laatst Bijgewerkt 2021-12-15
Publicatiedatum 2020-08-18
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar extensiondev2020
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "version": "0.0.15",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png"
    },
    "permissions": [
        "proxy",
        "privacy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.interprefy.com\/*",
            "*:\/\/*.interpret.world\/*",
            "*:\/\/interpret.world\/*"
        ]
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88"
}