MEGA
Secure Cloud Storage and Chat
Τι είναι το MEGA;
Το MEGA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mega.nz, και η κύρια λειτουργία του είναι "Secure Cloud Storage and Chat".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MEGA
Λήψη αρχείων επέκτασης MEGA σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Secure Cloud Storage and Communication. Privacy by design. MEGA is a secure, user-controlled end-to-end encrypted cloud storage and communications service with 20 GB free storage space. Unlike other cloud storage providers, your data is encrypted and decrypted by your client devices only and never by us. This extension allows you to install MEGA into your browser to reduce loading times, improve download performance and strengthen security. Any MEGA URL will be captured by this extension and stay local (no JavaScript will be loaded from our servers). MEGA’s source code files (HTML, CSS and JavaScript) are loaded from the extension itself and do not require additional integrity verification. This saves time by not downloading these files from MEGA’s servers and verifying them each time you visit the MEGA website. The executable client code runs directly from the user’s local machine, rather than being loaded from MEGA over TLS/SSL. Browser extension updates are cryptographically protected. For more information see section 2.2 of our whitepaper https://mega.io/SecurityWhitepaper.pdf. Security reviewers can find our source code at https://mega.io/sourcecode.
Βασικές Πληροφορίες Επέκτασης
Όνομα | MEGA |
ID | bigefpfhnfcobdlfbedofhhaibnlghod |
Επίσημο URL | https://chromewebstore.google.com/detail/mega/bigefpfhnfcobdlfbedofhhaibnlghod |
Περιγραφή | Secure Cloud Storage and Chat |
Μέγεθος Αρχείου | 8.72 MB |
Αριθμός Εγκαταστάσεων | 1,860,387 |
Τρέχουσα Έκδοση | 5.15.0 |
Τελευταία Ενημέρωση | 2024-02-29 |
Ημερομηνία Δημοσίευσης | 2020-07-01 |
Αξιολόγηση | 4.32/5 Συνολικά 7127 Αξιολογήσεις |
Προγραμματιστής | https://mega.nz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://mega.io/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.mega.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://mega.io/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MEGA", "description": "Secure Cloud Storage and Chat", "version": "5.15.0", "content_security_policy": "default-src 'self' blob: https:\/\/*.mega.co.nz https:\/\/*.mega.nz https:\/\/*.megapay.nz; script-src 'self' blob:; style-src 'self' 'unsafe-inline' data: blob:; img-src 'self' data: blob: https:\/\/*.mega.co.nz https:\/\/*.mega.nz; connect-src 'self' wss:\/\/*.karere.mega.nz wss:\/\/*.sfu.mega.co.nz https:\/\/*.mega.co.nz https:\/\/*.mega.nz http:\/\/*.userstorage.mega.co.nz http:\/\/*.userstorage.mega.co.nz:8080 http:\/\/127.0.0.1:6341; object-src 'none'", "nacl_modules": [ { "path": "mega", "mime_type": "text\/html" } ], "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/mega.co.nz\/", "https:\/\/mega.nz\/", "https:\/\/mega.io\/", "http:\/\/mega.co.nz\/", "http:\/\/mega.nz\/", "http:\/\/mega.io\/", "unlimitedStorage", "clipboardWrite" ], "web_accessible_resources": [ "mega\/secure.html" ], "homepage_url": "https:\/\/mega.nz\/", "background": { "scripts": [ "mega.js" ], "persistent": true }, "icons": { "16": "images\/icon-16.png", "19": "images\/icon-16.png", "32": "images\/icon-32.png", "38": "images\/icon-32.png", "64": "images\/icon-64.png" }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "19": "images\/icon-16.png", "32": "images\/icon-32.png", "38": "images\/icon-32.png", "64": "images\/icon-64.png" }, "default_title": "MEGA" } } |