Datamask

DATAMASK: Protect and Manage your Data

What is Datamask?

Datamask is a Chrome extension developed by https://datamask.app, and its main feature is "DATAMASK: Protect and Manage your Data".

Extension Screenshots

screenshot
screenshot
screenshot

Download Datamask Extension CRX File

Download Datamask extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The 1st Web3 Wallet for your Data

DataMask is a Web3 Data Wallet to Store and Protect your data.

FEATURES

✓ Store Unlimited Data in your Wallet
✓ Protect your privacy

GET STARTED 

Install DataMask: Download the extension from our website or the Google Chrome Webstore.

Wallet Setup: Connect your existing Wallet to DataMask or create a new one with ease.

Secure Browsing: With your Wallet connected, experience enhanced data protection. DataMask blocks intrusive scripts and trackers.


ABOUT

DataMask is the gateway to your Data Wallet. All your data are securely encrypted and stored on your device, accessible via p2p protocol (IPDW).

Data Wallet:
Access to all your personal data is exclusively granted through your wallet for heightened security and privacy.                    

Extension Basic Information

Name Datamask Datamask
ID fnpipcojmcnkacpopfaomgplijfckdkm
Official URL https://chromewebstore.google.com/detail/datamask/fnpipcojmcnkacpopfaomgplijfckdkm
Description DATAMASK: Protect and Manage your Data
File Size 47.5 MB
Installation Count 1,542
Current Version 2.3.2
Last Updated 2024-03-04
Publish Date 2022-07-06
Rating 4.84/5 Total 109 Ratings
Developer https://datamask.app
Email [email protected]
Payment Type free
Extension Website https://datamask.app/
Help Page URL https://datamask.app/
Privacy Policy Page URL https://humandataincome.com/policy/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Datamask",
    "description": "DATAMASK: Protect and Manage your Data",
    "version": "2.3.2",
    "icons": {
        "48": "images\/icon-32.png",
        "96": "images\/icon-128.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "action": {
        "default_title": "Datamask",
        "default_popup": ".\/popup\/index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-32.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-32.png",
            "48": "images\/icon-32.png",
            "72": "images\/icon-128.png"
        }
    },
    "background": {
        "service_worker": ".\/background\/index.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "nativeMessaging",
        "notifications",
        "management",
        "cookies",
        "history"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/datamask.app\/*",
            "https:\/\/humandataincome.com\/*",
            "https:\/\/*.humandataincome.com\/*",
            "https:\/\/theoremreach.com\/*",
            "https:\/\/wss.pollfish.com\/*",
            "https:\/\/zampparticipant.zamplia.com\/*",
            "https:\/\/www.surveygizmo.com\/*",
            "https:\/\/www.samplicio.us\/*",
            "https:\/\/survey.bz\/*",
            "https:\/\/spectrumsurveys.com\/*",
            "https:\/\/spectrumsurveys.com\/*",
            "https:\/\/fusion.spectrumsurveys.com\/*",
            "https:\/\/www.prsrvy.com\/*",
            "https:\/\/surveymyopinion.researchnow.com\/*",
            "https:\/\/edgesurvey.innovatemr.net\/*",
            "https:\/\/web.bitlabs.ai\/*",
            "http:\/\/localhost:4200\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "autofill-features\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "onboarding\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content\/ads.js"
            ],
            "run_at": "document_end",
            "allFrames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content\/extension-info.js"
            ],
            "run_at": "document_end",
            "allFrames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content\/autofill.utils.js",
                ".\/content\/autofill.js"
            ],
            "run_at": "document_end",
            "allFrames": true
        }
    ]
}