Set Proxy
Sets your proxy settings. Disables WebRTC
Was ist Set Proxy?
Set Proxy ist eine Chrome-Erweiterung, die von https://labinweb.com entwickelt wurde, und ihr Hauptmerkmal ist "Sets your proxy settings. Disables WebRTC".
Erweiterungsscreenshots
Set Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Set Proxy-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
Sets your proxy settings and also has the ability to disable webRTC
Grundlegende Informationen zur Erweiterung
Name | |
ID | cljfnohidcgfmpcmanadjeidkinhhdgl |
Offizielle URL | https://chrome.google.com/webstore/detail/set-proxy/cljfnohidcgfmpcmanadjeidkinhhdgl |
Beschreibung | Sets your proxy settings. Disables WebRTC |
Dateigröße | 535 KB |
Installationsanzahl | 11 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2019-11-05 |
Veröffentlichungsdatum | 2019-11-02 |
Entwickler | https://labinweb.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon128.png" }, "name": "Set Proxy", "version": "1.1.2", "description": "Sets your proxy settings. Disables WebRTC", "permissions": [ "proxy", "webRequest", "webRequestBlocking", "privacy", "*:\/\/labinweb.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |