blurrit
A web extension to make your WhatsApp safe and to make you feel safer.
Τι είναι το blurrit;
Το blurrit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tusharnankani, και η κύρια λειτουργία του είναι "A web extension to make your WhatsApp safe and to make you feel safer.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης blurrit
Λήψη αρχείων επέκτασης blurrit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A super-lightweight web extension that blurs your private data on WhatsApp Web. 0. Ever felt your privacy invaded when you are logged into WhatsApp Web when you are sharing your screen in a meet or on a projector? 1. Or are there times when someone is sitting beside you and sees your WhatsApp chats or who you have been texting? 2. Or are there times when you want to share a screenshot with the names hidden? The extension blurs the WhatsApp Chat List, Author Name, Chat Name which unblurs on click and using a keyboard shortcut. Features 0. Blurs the list of chats (Left side) of the WhatsApp Web view. 1. Blurs the WhatsApp Chat Name of the message. 2. Blurs the WhatsApp Author Name of the message. 3. Momentarily un-blurs on hovering the blurred regions. (UX 101) 4. Toggles blur on clicking the extension. 5. Has a Keyboard Shortcut (Ctrl/Command + Shift + Z) to blur/unblur. (A11Y 101)
Βασικές Πληροφορίες Επέκτασης
Όνομα | blurrit |
ID | idknnkkejgomjlgbdpoblkfhhicekdjl |
Επίσημο URL | https://chromewebstore.google.com/detail/blurrit/idknnkkejgomjlgbdpoblkfhhicekdjl |
Περιγραφή | A web extension to make your WhatsApp safe and to make you feel safer. |
Μέγεθος Αρχείου | 701 KB |
Αριθμός Εγκαταστάσεων | 100 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2023-01-17 |
Ημερομηνία Δημοσίευσης | 2022-12-06 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | tusharnankani |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://tusharnankani.github.io/blurrit |
Διεύθυνση URL της Σελίδας Βοήθειας | https://tusharnankani.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://tusharnankani.github.io/blurrit/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "blurrit", "description": "A web extension to make your WhatsApp safe and to make you feel safer.", "version": "1.1", "manifest_version": 3, "action": { "default_icon": "img\/icon32.png" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/web.whatsapp.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+Z", "mac": "Command+Shift+Z" } } } } |