Trellonet
Trellonet vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Was ist Trellonet?
Trellonet ist eine Chrome-Erweiterung, die von https://trellonet.com entwickelt wurde, und ihr Hauptmerkmal ist "Trellonet vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".
Erweiterungsscreenshots
Trellonet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trellonet-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
Trellonet vpn is the best network security solution that encrypts all your access connections, securely unlocks the websites you visit through our proxy servers, and quickly and easily access your favorite websites and content. Trellonet can do it: * No credit card, no advertising, free vpn service *Encrypt all your traffic and hide your ip address so you can browse the internet anonymously * Select the server ip in our list, easily change your location, and hide your ip, breaking access restrictions * Unlock your favorite streaming content with one click For any usage questions, please send an email to the following address: [email protected]
Grundlegende Informationen zur Erweiterung
Name | Trellonet |
ID | kijmjccaolmigiidffnnfbolbpnehhhp |
Offizielle URL | https://chromewebstore.google.com/detail/trellonet/kijmjccaolmigiidffnnfbolbpnehhhp |
Beschreibung | Trellonet vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
Dateigröße | 1.07 MB |
Installationsanzahl | 1,200 |
Aktuelle Version | 2.1.1 |
Letztes Update | 2020-08-24 |
Veröffentlichungsdatum | 2020-07-01 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://trellonet.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.trellonet.com |
Hilfeseite URL | https://www.trellonet.com |
URL der Datenschutzrichtlinien-Seite | https://www.trellonet.com/privacy.html |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trellonet", "version": "2.1.1", "description": "Trellonet vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.", "permissions": [ "storage", "http:\/\/*\/*", "proxy" ], "background": { "scripts": [ "static\/js\/background.js", "static\/js\/jquery.min.js" ], "persistent": true }, "browser_action": { "default_icon": "static\/img\/invalid48.png", "default_title": "Trellonet", "default_popup": "popup.html" }, "icons": { "16": "static\/img\/invalid48.png", "32": "static\/img\/invalid48.png", "48": "static\/img\/invalid48.png", "128": "static\/img\/invalid48.png" }, "manifest_version": 2 } |