Surfshark VPN Extension

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

什麼是Surfshark VPN Extension?

Surfshark VPN Extension是由https://surfshark.com開發的Chrome擴展程式,該擴展的主要功能是“Enjoy unrestricted internet while keeping online activity and personal information secure!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Surfshark VPN Extension擴展crx文件

下載Surfshark VPN Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Surfshark VPN Extension Surfshark VPN Extension
ID ailoabdmgclmfmhdagmlohpjlbpffblp
官方網址 https://chromewebstore.google.com/detail/surfshark-vpn-extension/ailoabdmgclmfmhdagmlohpjlbpffblp
簡介 Enjoy unrestricted internet while keeping online activity and personal information secure!
檔案大小 6.83 MB
安裝次數 1,175,991
目前版本 4.10.0
更新時間 2024-02-15
上架時間 2020-05-08
評分 3.18/5 共 891 次評分
開發者 https://surfshark.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://surfshark.com/download/chrome
說明頁面URL https://support.surfshark.com
隱私政策頁面URL https://surfshark.com/privacy
支援的語言 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"
}