Cosmo VPN

Cool VPN!!! Unblock any website and stay secure. Completely free without any limits!

Hvad er Cosmo VPN?

Cosmo VPN er en Chrome-udvidelse udviklet af cosmovpn.dev, og dens hovedfunktion er "Cool VPN!!! Unblock any website and stay secure. Completely free without any limits!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Cosmo VPN-udvidelses-CRX-fil

Download Cosmo VPN-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        🚀 Cosmo VPN - VPN is just COSMOS !!!. Couldn't access some web pages? You won't have such a problem again!

🏞 Guide how to use:

1. Install this extension.
2. In the upper right corner, click on the extensions icon and select ours.
3. Click on the desired country.

🆓 100% free. Without registration and SMS. Without trial and investigation. Without advertising. The data is not typed.

💥 Unlimited. No speed limits.
💥 Laconic. Easy to use with one click activation.
💥 Safe. Protecting our SSL encryption will give you peace of mind.

🚅 Cosmo VPN is the fastest, easiest and most widely used proxy service to get you started with one click in your browser. The user-friendly design allows you to change your existing IP address by selecting a country from the list to open websites blocked in your country.

🛡This is a free VPN without registration. We also ensure the use of insurance coverage in general and confidentiality from hacking, data collection, unauthorized monitoring or DDoS attacks.

💛 Click "Add to Chrome" now and get unlimited VPN services for free.

📧 If you have any questions, please contact [email protected]                    

Grundlæggende oplysninger om udvidelsen

Navn Cosmo VPN Cosmo VPN
ID kkgfomhpbhjbhlkealickgjbfpjdpbmf
Officiel URL https://chromewebstore.google.com/detail/cosmo-vpn/kkgfomhpbhjbhlkealickgjbfpjdpbmf
Beskrivelse Cool VPN!!! Unblock any website and stay secure. Completely free without any limits!
Filstørrelse 2.91 MB
Antal Installationer 7,409
Nuværende Version 2.5.10
Senest Opdateret 2022-03-10
Udgivelsesdato 2021-07-13
Bedømmelse 3.39/5 Samlet 36 Bedømmelser
Udvikler cosmovpn.dev
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://poqdev.com/privacity
Understøttede Sprog id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/assets\/icons\/status\/unavailable.png",
            "38": "static\/assets\/icons\/status\/unavailable.png"
        },
        "default_popup": "panel\/index.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "css": [
                "insertion\/insertion.css"
            ],
            "js": [
                "insertion\/insertion.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "static\/assets\/icons\/logo\/128.png",
        "16": "static\/assets\/icons\/logo\/16.png",
        "48": "static\/assets\/icons\/logo\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "privacy"
    ],
    "short_name": "__MSG_shortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.10",
    "web_accessible_resources": [
        "static\/assets\/*",
        "static\/assets\/fonts\/*"
    ]
}