Whatsfw
Edita el diseño de WhatsappWeb opacando las imágenes para tener discreción al visualizarlas (Safe For Work).
Wat is Whatsfw?
Whatsfw is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Edita el diseño de WhatsappWeb opacando las imágenes para tener discreción al visualizarlas (Safe For Work).".
Extensie Screenshots
Download het CRX-bestand van de extensie Whatsfw
Download Whatsfw-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extensión de Chrome que edita el diseño de Whatsapp Web, opacando las imágenes. Basisinformatie over de Extensie
| Naam | |
| ID | ddpoldahpelffnknilpdnbdhgppjcofl |
| Officiële URL | https://chromewebstore.google.com/detail/whatsfw/ddpoldahpelffnknilpdnbdhgppjcofl |
| Beschrijving | Edita el diseño de WhatsappWeb opacando las imágenes para tener discreción al visualizarlas (Safe For Work). |
| Bestandsgrootte | 85 KB |
| Aantal Installaties | 293 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2018-04-25 |
| Publicatiedatum | 2018-04-25 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |