blurrit

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

blurrit란 무엇입니까?

blurrit은(는) tusharnankani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A web extension to make your WhatsApp safe and to make you feel safer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

blurrit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            }
        }
    }
}