Blur Images
Blur images from chats
Blur Images란 무엇입니까?
Blur Images은(는) leonardodesantos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blur images from chats"입니다.
확장 프로그램 스크린샷
Blur Images 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Blur Images extension will blur out any sent or received images and videos until you select and click/hover them. This extension is useful for when you are at work or any other place where you might not want everyone around you to see your images and videos from your private conversations.
확장 프로그램 기본 정보
이름 | Blur Images |
ID | jfgofbkegonfgfianjnmbiekmgahmbfl |
공식 URL | https://chromewebstore.google.com/detail/blur-images/jfgofbkegonfgfianjnmbiekmgahmbfl |
설명 | Blur images from chats |
파일 크기 | 122 KB |
설치 횟수 | 2,441 |
현재 버전 | 5.4 |
최근 업데이트 | 2020-07-13 |
출시 날짜 | 2020-05-24 |
평점 | 4.44/5 총 25 개의 평점 |
개발자 | leonardodesantos |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blur Images", "short_name": "Blur Images", "description": "Blur images from chats", "version": "5.4", "browser_action": { "default_popup": "index.html", "default_title": "Blur Images" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "main.css" ], "js": [ "main.js" ], "matches": [ "http:\/\/web.whatsapp.com\/", "https:\/\/web.whatsapp.com\/" ] } ], "permissions": [ "https:\/\/web.whatsapp.com\/" ] } |