blurrit

A web extension to make your WhatsApp safe and to make you feel safer.

blurrit क्या है?

blurrit tusharnankani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A web extension to make your WhatsApp safe and to make you feel safer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में blurrit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
            }
        }
    }
}