Datamask

DATAMASK: Protect and Manage your Data

ما هو Datamask؟

Datamask هو إضافة Chrome تم تطويرها بواسطة https://datamask.app، والميزة الرئيسية لها هي "DATAMASK: Protect and Manage your Data".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Datamask

قم بتنزيل ملفات الامتداد Datamask بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://datamask.app/
عنوان صفحة سياسة الخصوصية 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
        }
    ]
}