WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Cloaked - Privacy & Password Manager

Cloaked - Privacy & Password Manager

View on Chrome Web Store
View Cloaked - Privacy & Password Manager Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (38 ratings)
1 new ratings
7 views
This extension has been viewed 7 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.

Never give out your personal information again
Type
Extension
Users
9,000 users
500
Website cloaked.com
cloaked
View author page of cloaked
Published
Published on April 29, 2021
Version 3.0.0
Manifest version
3
Updated
Updated on June 28, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Cloaked - Privacy & Password Manager 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": "Cloaked - Privacy & Password Manager",
    "short_name": "Cloaked - Privacy & Password Manager",
    "description": "Never give out your personal information again",
    "version": "3.0.0",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/icon_light_mode_active_16.png",
        "32": "icons\/icon_light_mode_active_32.png",
        "48": "icons\/icon_light_mode_active_48.png",
        "128": "icons\/icon_light_mode_active_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon_light_mode_active_128.png"
    },
    "options_page": "settings.html",
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "sandbox": {
        "pages": [
            "automationIframeRunner.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*",
                "*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "contextMenus",
        "alarms",
        "scripting",
        "tabs",
        "privacy",
        "offscreen",
        "gcm",
        "notifications",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "adblock",
                "path": "adblock.json",
                "enabled": false
            }
        ]
    }
}
© 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