Datamask

DATAMASK: Protect and Manage your Data

Datamask란 무엇입니까?

Datamask은(는) https://datamask.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DATAMASK: Protect and Manage your Data"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Datamask 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
        }
    ]
}