Set Proxy
Sets your proxy settings. Disables WebRTC
Vad är Set Proxy?
Set Proxy är en Chrome-tillägg utvecklad av https://labinweb.com, och dess huvudfunktion är "Sets your proxy settings. Disables WebRTC".
Tilläggsskärmbilder
Ladda ner Set Proxy-förlängningens CRX-fil
Ladda ner Set Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Sets your proxy settings and also has the ability to disable webRTC
Grundläggande Information om Tillägg
Namn | |
ID | cljfnohidcgfmpcmanadjeidkinhhdgl |
Officiell webbadress | https://chrome.google.com/webstore/detail/set-proxy/cljfnohidcgfmpcmanadjeidkinhhdgl |
Beskrivning | Sets your proxy settings. Disables WebRTC |
Filstorlek | 535 KB |
Antal Installationer | 11 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2019-11-05 |
Publiceringsdatum | 2019-11-02 |
Utvecklare | https://labinweb.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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';" } |