PARTY
Make the web fun again! Take back control & ownership of your data.
Τι είναι το PARTY;
Το PARTY είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ERA, και η κύρια λειτουργία του είναι "Make the web fun again! Take back control & ownership of your data.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PARTY
Λήψη αρχείων επέκτασης PARTY σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Join the Private Party!!! Your friend has invited you to add a privacy extension to your browser: - Send and decrypt secret messages from your friends anywhere on the internet! - Stops tech companies (even us) from mass "surveillance capitalism". - Gives you ownership and control over all your data online. - Creates a searchable history of your posts, your friend list, and more! How it works: 1. See a secret post from your friend. 2. Install the browser extension if you haven't already. 3. Your friends' posts automatically get decrypted! 4. Post your own secret messages anywhere on the web! - It uses military grade cryptographic security to protect you. - We (or others) do not have access to your password or private keys. 50% Privacy: Party Mode! - Makes it easy for people at the Party to see data, but hard for companies & governments. - Stops surveillance capitalism & mass surveillance through expensive energy sucking time hogs. - Say Facebuck gets 10K+ posts a second, it would take them 1+ hour to decrypt each second of data. - But it only takes half a second for other Party friends to decrypt one of your messages. 100% Privacy: Secret Agent Mode! - It requires you verify your friends, which is a little extra work, but then only they can decrypt. - Nobody else can see your data, not other Party users, not tech monopolies, not governments. - You cannot use it for illegal purposes. If you do, governments will steal your laptop to decrypt. - You can use it to share private information with your verified friends, gf/bf, coworkers, etc. By installing the extension, you agree to the Terms of Use: https://docs.google.com/document/d/1rw_FR8DE1acqfMaBg20EhocGYdHYcYlSoFbpk9r2Ls0
Βασικές Πληροφορίες Επέκτασης
Όνομα | PARTY |
ID | nfapiepfflahgefeplidfolkmiecmajf |
Επίσημο URL | https://chromewebstore.google.com/detail/party/nfapiepfflahgefeplidfolkmiecmajf |
Περιγραφή | Make the web fun again! Take back control & ownership of your data. |
Μέγεθος Αρχείου | 550 KB |
Αριθμός Εγκαταστάσεων | 143 |
Τρέχουσα Έκδοση | 1.22.12 |
Τελευταία Ενημέρωση | 2019-04-06 |
Ημερομηνία Δημοσίευσης | 2019-04-01 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | ERA |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://party.lol |
Διεύθυνση URL της Σελίδας Βοήθειας | http://era.eco |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PARTY", "description": "Make the web fun again! Take back control & ownership of your data.", "version": "1.22.12", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "media\/icon.png", "default_popup": "popup.html", "default_title": "PARTY" }, "icons": { "16": "media\/icon16.png", "48": "media\/icon48.png", "128": "media\/icon.png" }, "permissions": [ "activeTab", "unlimitedStorage", "declarativeContent", "tabs" ], "offline_enabled": true, "background": { "scripts": [ "node_modules\/gun\/gun.js", "node_modules\/gun\/sea.js", "node_modules\/gun\/lib\/radix.js", "node_modules\/gun\/lib\/radisk.js", "node_modules\/gun\/lib\/store.js", "node_modules\/gun\/lib\/rindexed.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |