Anonymous VPN - WebRTC leak prevent
Protect against WebRTC leaks under VPN connection
Vad är Anonymous VPN - WebRTC leak prevent?
Anonymous VPN - WebRTC leak prevent är en Chrome-tillägg utvecklad av https://www.anonymousvpn.org, och dess huvudfunktion är "Protect against WebRTC leaks under VPN connection".
Tilläggsskärmbilder
Ladda ner Anonymous VPN - WebRTC leak prevent-förlängningens CRX-fil
Ladda ner Anonymous VPN - WebRTC leak prevent-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
Protect against WebRTC leaks under VPN connection
Anonymous VPN
https://www.anonymousvpn.org/ Grundläggande Information om Tillägg
| Namn | |
| ID | gkicmebfnjalhhmhljadbocnjgblkbil |
| Officiell webbadress | https://chromewebstore.google.com/detail/anonymous-vpn-webrtc-leak/gkicmebfnjalhhmhljadbocnjgblkbil |
| Beskrivning | Protect against WebRTC leaks under VPN connection |
| Filstorlek | 17 KB |
| Antal Installationer | 899 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2016-03-07 |
| Publiceringsdatum | 2016-03-07 |
| Betyg | 2.75/5 Totalt 20 Betyg |
| Utvecklare | https://www.anonymousvpn.org |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Anonymous VPN - WebRTC leak prevent",
"version": "1",
"description": "Protect against WebRTC leaks under VPN connection",
"icons": {
"128": "\/img\/icon128.png"
},
"permissions": [
"privacy"
],
"background": {
"scripts": [
"\/js\/background.js"
],
"persistent": false
}
} | |