Datamask

DATAMASK: Protect and Manage your Data

什麼是Datamask?

Datamask是由https://datamask.app開發的Chrome擴展程式,該擴展的主要功能是“DATAMASK: Protect and Manage your Data”。

擴展截圖

screenshot
screenshot
screenshot

下載Datamask擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Datamask Datamask
ID fnpipcojmcnkacpopfaomgplijfckdkm
官方網址 https://chromewebstore.google.com/detail/datamask/fnpipcojmcnkacpopfaomgplijfckdkm
簡介 DATAMASK: Protect and Manage your Data
檔案大小 47.5 MB
安裝次數 1,542
目前版本 2.3.2
更新時間 2024-03-04
上架時間 2022-07-06
評分 4.84/5 共 109 次評分
開發者 https://datamask.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://datamask.app/
說明頁面URL https://datamask.app/
隱私政策頁面URL https://humandataincome.com/policy/privacy-policy
支援的語言 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
        }
    ]
}