WhatSmiley - Smileys for Whatsapp Web
Make Whatspp smileys and emoticons directly from keyboard into Whatsapp Web. This is not official tool and do not collect any data.
Cos'è WhatSmiley - Smileys for Whatsapp Web?
WhatSmiley - Smileys for Whatsapp Web è un'estensione di Chrome sviluppata da speedontrack, e la sua funzione principale è "Make Whatspp smileys and emoticons directly from keyboard into Whatsapp Web. This is not official tool and do not collect any data.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatSmiley - Smileys for Whatsapp Web
Scarica i file di estensione WhatSmiley - Smileys for Whatsapp Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Convert text smileys like :) to whatsapp smileys.
This is an extension for whatsapp web users(like me) who are very lazy to click and select smileys.
With this extension, u will have 30 smileys that can be directly typed from the keyboard.
Version 1.0.8
Updated New smileys
Version 1.0.5:
Updated new smileys.
Version 1.0.3:
Smileys coming transparent, fixed that.
Version 1.0.2:
Fixed Smileys not being displayed
Version 1.0.0 Include:
More smileys
Errors Fixed from previous version.
Version 1.0.1 Include:
Updated New Smiley and Pics
Please note: This application do not collect any private data and is only active on web.whatsapp.com . This application is just a basic script that inserts smileys into the message field by replacing it with text smileys. Informazioni di Base sull'Estensione
| Nome | |
| ID | agpdehdoflonliehldgcglobgnfpajeh |
| URL Ufficiale | https://chromewebstore.google.com/detail/whatsmiley-smileys-for-wh/agpdehdoflonliehldgcglobgnfpajeh |
| Descrizione | Make Whatspp smileys and emoticons directly from keyboard into Whatsapp Web. This is not official tool and do not collect any data. |
| Dimensione del File | 131 KB |
| Conteggio Installazioni | 233 |
| Versione Corrente | 1.0.8 |
| Ultimo Aggiornamento | 2019-02-09 |
| Data di Pubblicazione | 2019-02-09 |
| Valutazione | 3.18/5 Totale 11 Valutazioni |
| Sviluppatore | speedontrack |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon.png",
"default_popup": "background.html",
"icons": [
"icon.png"
],
"name": "WhatSmiley - Smileys for Whatsapp Web"
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"background.js"
],
"matches": [
"https:\/\/*.whatsapp.com\/*"
]
}
],
"description": "Make Whatspp smileys and emoticons directly from keyboard into Whatsapp Web. This is not official tool and do not collect any data.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsyGyGJ\/bVOkiDgC1zX+wx4zicghbHlds2FBGjy1NOmWoj5v3oiYyDdCyT93GYPHKLbc0Ot\/8D9sMHrxellbrhHbdbXQgSwkxZs1oNSqTjyuiLDHAV95ppRoiSBUKcEoI0G0XLF1LgkWWfX0RtqwFMcS2R372gi5mwTB4nA3B8n38+G9kMSjRmg8q4IhSlJPHFc0PnRcLcQn8e6YWGHMVy2zGKfaZ1yRZbkm6QMfeThJvGQ9umb\/PqI+RktRjPXx2ahMJSQAAcFw2xMaEt9Dhch6swxri06iI+CpUyluDoYho7Pvx6qXdnnXlM+lzScXbveAXGeKRYqjShjJoGFLgUQIDAQAB",
"manifest_version": 2,
"name": "WhatSmiley - Smileys for Whatsapp Web",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.8"
} | |