WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Guardio Protection for Chrome

Guardio Protection for Chrome

View on Chrome Web Store
View Guardio Protection for Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (1,249 ratings)
4 new ratings
0 views
This extension has been viewed 0 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.

Experience a cleaner, safer web.
Type
Extension
Users
700,000 users
100K
Website guard.io
Guardio
View author page of Guardio
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 20, 2018
Version 25.5.12.2376
Manifest version
3
Updated
Updated on May 21, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Guardio Protection for Chrome 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
{
    "action": {
        "default_title": "Guardio",
        "default_icon": "assets\/logo.png"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "short_name": "Guardio",
    "description": "Experience a cleaner, safer web.",
    "name": "Guardio Protection for Chrome",
    "version": "25.5.12.2376",
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.guard.io\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ],
            "js": [
                "linksInjected.bundle.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "declarativeNetRequestWithHostAccess",
        "cookies",
        "management",
        "notifications",
        "tabs",
        "storage",
        "idle",
        "contextMenus",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "optional_permissions": [
        "contentSettings",
        "history",
        "downloads"
    ],
    "optional_host_permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "declarative_net_request": {
        "rule_resources": []
    },
    "icons": {
        "128": "assets\/icon\/gradient.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/installed.json",
                "injected.bundle.js",
                "permissionProxy.bundle.js",
                "permissionProxyDisabled.bundle.js",
                "uiInjected.bundle.js",
                "frame.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.guard.io\/*"
        ]
    },
    "manifest_version": 3
}
© 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