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
公式URL 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
Eメール [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
        }
    ]
}