Surfshark VPN Extension

Enjoy unrestricted internet while keeping online activity and personal information secure!

Qu'est-ce que Surfshark VPN Extension ?

Surfshark VPN Extension est une extension Chrome développée par https://surfshark.com, et sa fonction principale est "Enjoy unrestricted internet while keeping online activity and personal information secure!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Surfshark VPN Extension

Téléchargez les fichiers d'extension Surfshark VPN Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The Surfshark VPN extension uses an encrypted proxy to allow you to enjoy unrestricted internet access while protecting your digital privacy!

With our standalone extension for Chrome, you can browse the web or stream content from around the world safely. Our strict no-logs policy and extensive infrastructure ensure your security while maintaining lightning-fast speeds!

What makes Surfshark extension special?

✔️ NEW DIGITAL IDENTITY WITH ALTERNATIVE ID:
Generate a brand-new online profile. Get a new email address and personal information. This way, you can keep your true identity under wraps.

✔️ UNBLOCK SITES:
We believe the internet should be used without limits or borders. With our extension, you can safely access a world of great content and apps!

✔️ VAST SERVER INFRASTRUCTURE:
With 100+ locations and 3200+ servers supporting 10 GBit connection, as well as versatile protocols including WireGuard, OpenVPN, and IKEv2/IPsec, our network is secure and fast!

✔️ INDEPENDENTLY AUDITED:
Surfshark is one of the few VPN providers to have undergone an independent auditing process by cybersecurity experts Cure53. We've also received an AV-Test Seal of Approval!

✔️ STRICT NO-LOGS POLICY:
We don't log any of your activities, and we never will! We believe your browsing should remain confidential. Rest assured that whatever you do online stays with you!

✔️ SINGLE ACCOUNT, UNLIMITED DEVICES:
Your Surfshark VPN account works on an unlimited number of devices simultaneously. You can use our Chrome extension or other apps on both desktop and mobile devices!

✔️ PRIVACY IS OUR TOP PRIORITY:
Robust AES-256-GCM encryption keeps your connection secure and protects your data from cyber threats, ensuring your online presence remains private at all times.

✔️ COOKIE POP-UP BLOCKER:
Aren't cookie consent pop-ups annoying? With our Chrome extension, they will be gone before they can attack you. We automatically block the most intrusive ones for you!

✔️ BLOCK ADS & TRACKERS:
Say goodbye to online ads and trackers with our CleanWeb 2.0 Feature. Our built-in ad blocker keeps your web browsing squeaky clean!

✔️ MALWARE ALERT & BLOCKER:
CleanWeb 2.0 also works in the background to alert you about any malware and block threats before they harm you. We are committed to keeping your browsing as safe as possible.

✔️ WEBSITE BYPASSER:
Sometimes you may want to connect to a website without a VPN, and we've got you covered! With Bypasser, you can choose which websites or IP addresses will use VPN and which won't.

✔️ DATA BREACH ALERT:
We believe that everyone should know if the website they've entered has been subject to a data breach. Our extension will notify you when you visit any such website.

✔️ SAFE SEARCH FEATURE:
With our Safe Search feature, you can ask questions without being tracked, monitored, or logged. It's a purely private search built right into the extension.

✔️ 24/7 CUSTOMER SUPPORT:
We are always ready to assist you with any questions or issues you may have. We aim to resolve any issues quickly and efficiently through our live chat, so you get the best VPN experience.

Useful info & links:

Help is available 24/7 via live chat on our website or at [email protected]
Privacy Policy: https://surfshark.com/privacy-policy
Terms & Conditions: https://surfshark.com/terms-of-service
Warrant canary: https://surfshark.com/warrant-canary                    

Informations de Base sur l'Extension

Nom Surfshark VPN Extension Surfshark VPN Extension
ID ailoabdmgclmfmhdagmlohpjlbpffblp
URL Officiel https://chromewebstore.google.com/detail/surfshark-vpn-extension/ailoabdmgclmfmhdagmlohpjlbpffblp
Description Enjoy unrestricted internet while keeping online activity and personal information secure!
Taille du Fichier 6.83 MB
Nombre d'Installations 1,175,991
Version Actuelle 4.10.0
Dernière Mise à Jour 2024-02-15
Date de Publication 2020-05-08
Évaluation 3.18/5 Total 891 Évaluations
Développeur https://surfshark.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://surfshark.com/download/chrome
URL de la Page d'Aide https://support.surfshark.com
URL de la Page de Politique de Confidentialité https://surfshark.com/privacy
Langues Prises en Charge de,en,fr,es,it,pl,pt-BR,ru,uk,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.10.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16-active.png",
        "32": "icons\/icon32-active.png",
        "48": "icons\/icon48-active.png",
        "64": "icons\/icon64-active.png",
        "128": "icons\/icon128-active.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "__MSG_appName__",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Roboto-*.woff",
                "Roboto-*.woff2",
                "\/web_accessible_resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/surfshark.com\/download\/chrome\/onboarding*"
            ],
            "js": [
                "cs-onboarding.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "cleanweb.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "autofill.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "match_origin_as_fallback": true
        },
        {
            "matches": [
                "https:\/\/my.surfshark.com\/account\/extension-login-cs*"
            ],
            "js": [
                "cs-extension-login.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "adBlocker",
                "enabled": true,
                "path": "filter-lists\/dnr\/adBlocker.json"
            },
            {
                "id": "cookieBlocker",
                "enabled": true,
                "path": "filter-lists\/dnr\/cookieBlocker.json"
            }
        ]
    },
    "permissions": [
        "proxy",
        "webRequest",
        "webNavigation",
        "privacy",
        "tabs",
        "contextMenus",
        "storage",
        "scripting",
        "webRequestAuthProvider",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; img-src 'self' https:\/\/cdn.ss-cdn.com\/;; object-src 'none'"
    },
    "minimum_chrome_version": "111.0"
}