Whatsfw
Edita el diseño de WhatsappWeb opacando las imágenes para tener discreción al visualizarlas (Safe For Work).
What is Whatsfw?
Whatsfw is a Chrome extension developed by Unknown, and its main feature is "Edita el diseño de WhatsappWeb opacando las imágenes para tener discreción al visualizarlas (Safe For Work).".
Extension Screenshots
Download Whatsfw Extension CRX File
Download Whatsfw extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extensión de Chrome que edita el diseño de Whatsapp Web, opacando las imágenes.
Extension Basic Information
Name | Whatsfw |
ID | ddpoldahpelffnknilpdnbdhgppjcofl |
Official URL | https://chromewebstore.google.com/detail/whatsfw/ddpoldahpelffnknilpdnbdhgppjcofl |
Description | Edita el diseño de WhatsappWeb opacando las imágenes para tener discreción al visualizarlas (Safe For Work). |
File Size | 85 KB |
Installation Count | 293 |
Current Version | 1.2 |
Last Updated | 2018-04-25 |
Publish Date | 2018-04-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whatsfw", "description": "Edita el dise\u00f1o de WhatsappWeb opacando las im\u00e1genes para tener discreci\u00f3n al visualizarlas (Safe For Work).", "version": "1.2", "page_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Whatsapp SFW", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "whatsweb_cs.js", "jquery-1.12.4.min.js", "bootstrap-3.3.min.js" ], "css": [ "bootstrap-3.3.min.css" ] } ], "permissions": [ "tabs", "storage", "https:\/\/web.whatsapp.com\/*" ] } |