Blur Images
Blur images from chats
Blur Imagesとは何ですか?
Blur Imagesはleonardodesantosによって開発されたChromeの拡張機能で、その主な機能は「Blur images from chats」です。
拡張機能のスクリーンショット
Blur Images拡張機能のCRXファイルをダウンロード
Blur Images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/" ] } |