Blur Images
Blur images from chats
Co je Blur Images?
Blur Images je rozšíření Chrome vyvinuté leonardodesantos, a jeho hlavní funkcí je „Blur images from chats“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Blur Images
Stáhněte si soubory rozšíření Blur Images ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Blur Images |
ID | jfgofbkegonfgfianjnmbiekmgahmbfl |
Oficiální URL | https://chromewebstore.google.com/detail/blur-images/jfgofbkegonfgfianjnmbiekmgahmbfl |
Popis | Blur images from chats |
Velikost souboru | 122 KB |
Počet instalací | 2,441 |
Aktuální Verze | 5.4 |
Poslední Aktualizace | 2020-07-13 |
Datum Vydání | 2020-05-24 |
Hodnocení | 4.44/5 Celkem 25 Hodnocení |
Vývojář | leonardodesantos |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |