WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Surfshark VPN Extension

Surfshark VPN Extension

View on Chrome Web Store
View Surfshark VPN Extension Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (2,212 ratings)
3 new ratings
17 views
This extension has been viewed 17 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Browse the web freely with secure, private internet access for the Chrome browser extension.
Type
Extension
Users
1,000,000 users
Surfshark Apps
View author page of Surfshark Apps
Published
Published on April 11, 2018
Version 4.28.1
Manifest version
3
Updated
Updated on June 3, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Surfshark VPN Extension Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.28.1",
    "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\/*",
                "autofill.css",
                "cs-gmail-phishing-scanner.css",
                "fonts.css",
                "autofill-action-light.svg",
                "autofill-action-dark.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "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": false,
            "all_frames": false,
            "js": [
                "autofill.bundle.js"
            ],
            "css": [
                "fonts.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "match_origin_as_fallback": false
        },
        {
            "match_about_blank": false,
            "all_frames": false,
            "js": [
                "cs-isolated-world.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/my.surfshark.com\/account\/extension-login-cs*"
            ],
            "js": [
                "cs-extension-login.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/*"
            ],
            "js": [
                "cs-gmail-phishing-scanner.bundle.js"
            ]
        }
    ],
    "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"
            },
            {
                "id": "ALB-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/ALB-0.json"
            },
            {
                "id": "ARA-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/ARA-0.json"
            },
            {
                "id": "BGR-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/BGR-0.json"
            },
            {
                "id": "CHN-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/CHN-0.json"
            },
            {
                "id": "CZE-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/CZE-0.json"
            },
            {
                "id": "DEU-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/DEU-0.json"
            },
            {
                "id": "EST-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/EST-0.json"
            },
            {
                "id": "FIN-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/FIN-0.json"
            },
            {
                "id": "FRA-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/FRA-0.json"
            },
            {
                "id": "GRC-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/GRC-0.json"
            },
            {
                "id": "HRV-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/HRV-0.json"
            },
            {
                "id": "HUN-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/HUN-0.json"
            },
            {
                "id": "IDN-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/IDN-0.json"
            },
            {
                "id": "IND-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/IND-0.json"
            },
            {
                "id": "IRN-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/IRN-0.json"
            },
            {
                "id": "ISL-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/ISL-0.json"
            },
            {
                "id": "ISR-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/ISR-0.json"
            },
            {
                "id": "ITA-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/ITA-0.json"
            },
            {
                "id": "JPN-1",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/JPN-1.json"
            },
            {
                "id": "KOR-1",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/KOR-1.json"
            },
            {
                "id": "LTU-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/LTU-0.json"
            },
            {
                "id": "LVA-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/LVA-0.json"
            },
            {
                "id": "MKD-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/MKD-0.json"
            },
            {
                "id": "NLD-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/NLD-0.json"
            },
            {
                "id": "NOR-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/NOR-0.json"
            },
            {
                "id": "POL-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/POL-0.json"
            },
            {
                "id": "POL-2",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/POL-2.json"
            },
            {
                "id": "ROU-1",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/ROU-1.json"
            },
            {
                "id": "RUS-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/RUS-0.json"
            },
            {
                "id": "RUS-1",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/RUS-1.json"
            },
            {
                "id": "SPA-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/SPA-0.json"
            },
            {
                "id": "SPA-1",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/SPA-1.json"
            },
            {
                "id": "SVN-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/SVN-0.json"
            },
            {
                "id": "SWE-1",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/SWE-1.json"
            },
            {
                "id": "THA-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/THA-0.json"
            },
            {
                "id": "TUR-0",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/TUR-0.json"
            },
            {
                "id": "VIE-1",
                "enabled": false,
                "path": "filter-lists\/dnr\/regional\/VIE-1.json"
            }
        ]
    },
    "permissions": [
        "proxy",
        "webRequest",
        "webNavigation",
        "privacy",
        "tabs",
        "contextMenus",
        "storage",
        "scripting",
        "webRequestAuthProvider",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; img-src 'self' https:\/\/cdn.ss-cdn.com\/;; object-src 'none'"
    },
    "minimum_chrome_version": "111.0"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top