Mask Network

The portal to the new & open Internet. Send encrypted message and decentralized Apps right on top of social networks.

Mask Networkคืออะไร?

Mask Network เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dimension และคุณลักษณะหลักของมันคือ "The portal to the new & open Internet. Send encrypted message and decentralized Apps right on top of social networks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mask Network

ดาวน์โหลดไฟล์ส่วนขยาย Mask Network ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Encrypt your posts & chats on You-Know-Where. Allow only your friends to decrypt.
Mask Network is a portal to the new, open internet. With Mask Network, you can send encrypted posts to your friends, participate in cryptocurrency lucky-draws, and share encrypted files on the platforms you are already using.

Now #OwnYourData and enjoy financial autonomy across mainstream social network sites through Mask Network. All you need to do is to go through the set up guide and you can use it immediately!

Mask Network is a free software and we are willing to take any code audit from anyone. We do not and will never store any of your personal data!
More info on Mask.io                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mask Network Mask Network
ID jkoeaghipilijlahjplgbfiocjhldnap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mask-network/jkoeaghipilijlahjplgbfiocjhldnap
คำอธิบาย The portal to the new & open Internet. Send encrypted message and decentralized Apps right on top of social networks.
ขนาดไฟล์ 20.18 MB
จำนวนการติดตั้ง 41,046
เวอร์ชันปัจจุบัน 2.24.5
อัปเดตครั้งล่าสุด 2024-02-20
วันที่เผยแพร่ 2020-06-29
คะแนน 4.34/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา Dimension
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mask.io
URL หน้าช่วยเหลือ https://github.com/DimensionDev/Maskbook/discussions
URL หน้านโยบายความเป็นส่วนตัว https://legal.mask.io/maskbook/privacy-policy-browser.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mask Network",
    "version": "2.24.5",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "downloads",
        "webNavigation",
        "activeTab"
    ],
    "optional_permissions": [
        "",
        "notifications",
        "clipboardRead"
    ],
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "dashboard.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "assets\/16x16.png",
        "48": "assets\/48x48.png",
        "128": "assets\/128x128.png",
        "256": "assets\/256x256.png"
    },
    "browser_action": {
        "default_popup": "popups.html"
    },
    "homepage_url": "https:\/\/mask.io",
    "description": "The portal to the new & open Internet. Send encrypted message and decentralized Apps right on top of social networks.",
    "web_accessible_resources": [
        "js\/*",
        "bundled\/*",
        "entry\/*",
        "*.svg",
        "*.png",
        "*.jpg",
        "*.css",
        "build-info.json"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'; trusted-types default dompurify mask;",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoz51rhO1w+wD0EKZJEFJaSMkIcIj0qRadfi0tqcl5nbpuJAsafvLe3MaTbW9LhbixTg9PHybO3tlYUFJrZgUuZlEvt2T6SKIu6Rs9e9B3\/brNQG3+hCHudbZkq2WG2IzO44dglrs24bRp\/pV5oIif0bLuwrzvYsPQ6hgSp+5gc4pg0LEJPLFp01fbORDknWt8suJmEMz7S0O5+u13+34NvxYzUNeLJF9gYrd4zzrAFYITDEYcqr0OMZvVrKz7IkJasER1uJyoGj4gFJeXNGE8y4Sqb150wBju70lKNKlNevWDRJKasG9CjagAD2+BAfqNyltn7KwK7jAyL1w6d6mOwIDAQAB"
}