TunnelBear VPN

Rawwwr! Put a Bear in your browser and privately access a more open internet in seconds!

Was ist TunnelBear VPN?

TunnelBear VPN ist eine Chrome-Erweiterung, die von https://tunnelbear.com entwickelt wurde, und ihr Hauptmerkmal ist "Rawwwr! Put a Bear in your browser and privately access a more open internet in seconds!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

TunnelBear VPN-Erweiterungs-CRX-Datei herunterladen

Laden Sie TunnelBear VPN-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

                        Join over 20 million TunnelBear users who worry less about browsing on public WiFi, online tracking or blocked websites. TunnelBear for Chrome is an incredibly simple extension that can help you:

✔ Reduce the ability for websites, advertisers and ISPs to track your browsing
✔ Secure your browser on public WiFi
✔ Get around blocked websites
✔ Connect to a lightning fast private network with connections to 20 countries
 
TunnelBear for Chrome is a lightweight extension that encrypts all of your browsing traffic. To encrypt all your device’s traffic, try our apps for Android, iOS, macOS and Windows.
https://www.tunnelbear.com/download

TunnelBear is backed by the first independent VPN security audit in the industry.
https://www.tunnelbear.com/blog/tunnelbear_public_security_audit/

Put a Bear in your browser today!
 
About TunnelBear
We think the Internet is a much better place when everyone can browse privately, and browse the same Internet as everyone else. Our award winning applications have appeared on Lifehacker, Macworld, TNW, HuffPost, CNN and The New York Times for making it easy for non-techies to avoid censorship and browse the internet privately. Founded in 2011 and headquartered in Toronto, Canada, TunnelBear is available everywhere.

Follow TunnelBear
https://www.twitter.com/thetunnelbear
https://www.facebook.com/tunnelbear                    

Grundlegende Informationen zur Erweiterung

Name TunnelBear VPN TunnelBear VPN
ID omdakjcmkglenbhjadbccaookpfjihpa
Offizielle URL https://chromewebstore.google.com/detail/tunnelbear-vpn/omdakjcmkglenbhjadbccaookpfjihpa
Beschreibung Rawwwr! Put a Bear in your browser and privately access a more open internet in seconds!
Dateigröße 746 KB
Installationsanzahl 1,064,287
Aktuelle Version 3.6.2
Letztes Update 2024-01-09
Veröffentlichungsdatum 2019-10-28
Bewertung 4.68/5 Insgesamt 32891 Bewertungen
Entwickler https://tunnelbear.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.tunnelbear.com/
Hilfeseite URL https://help.tunnelbear.com/
URL der Datenschutzrichtlinien-Seite https://www.tunnelbear.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TunnelBear VPN",
    "short_name": "TunnelBear VPN",
    "description": "Rawwwr! Put a Bear in your browser and privately access a more open internet in seconds!",
    "homepage_url": "https:\/\/tunnelbear.com",
    "author": "TunnelBear Inc.",
    "incognito": "spanning",
    "action": {
        "default_icon": "images\/icon_off2x.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "privacy",
        "management",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tunnelbear.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "commands": {
        "toggle-tunnelling": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "windows": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Toggle tunnelling"
        },
        "incognito-tunnelling": {
            "suggested_key": {
                "default": "Alt+Shift+N",
                "windows": "Alt+Shift+N",
                "mac": "Alt+Shift+N"
            },
            "description": "Incognito tunnelling"
        },
        "send-feedback": {
            "description": "Send feedback"
        }
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "version": "3.6.2",
    "minimum_chrome_version": "108.0",
    "offline_enabled": false,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwQ3Kv088Asz90bPzo4JooQw9+PFQlSDl4bT9iN1AZvEmN4MdnPrBdVvC15VpXzLtvOMFhD5HPgljcY12grNNQfjDw\/Xd1DyGqcVbY4jW989Y8RTdAlNNx+2MFstYQScpR7hdo8P3KPAdqJNsZblb5bn0852E4NtZYtAXKirqcXmyX2njBTmda7BY1XJzYp9RPGB+oUjTNSu7SH\/u2faOWQvVLMp3qLnSfx0xzakWI9qN6dRhvd6Sf9uTbi5RwTzfctUukV9BDFvXHnUgo21L1aHJry+VFJa+F6ogLp\/Ztb317YQ9gGPWj3KH0IqnPazXEiiKuVlwahJVDXssVggWHQIDAQAB"
}