Set Proxy
Sets your proxy settings. Disables WebRTC
Wat is Set Proxy?
Set Proxy is een Chrome-extensie ontwikkeld door https://labinweb.com, en de belangrijkste functie is "Sets your proxy settings. Disables WebRTC".
Extensie Screenshots
Download het CRX-bestand van de extensie Set Proxy
Download Set Proxy-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
Sets your proxy settings and also has the ability to disable webRTC
Basisinformatie over de Extensie
Naam | |
ID | cljfnohidcgfmpcmanadjeidkinhhdgl |
Officiële URL | https://chrome.google.com/webstore/detail/set-proxy/cljfnohidcgfmpcmanadjeidkinhhdgl |
Beschrijving | Sets your proxy settings. Disables WebRTC |
Bestandsgrootte | 535 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2019-11-05 |
Publicatiedatum | 2019-11-02 |
Ontwikkelaar | https://labinweb.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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';" } |