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.
什麼是WhatSmiley - Smileys for Whatsapp Web?
WhatSmiley - Smileys for Whatsapp Web是由speedontrack開發的Chrome擴展程式,該擴展的主要功能是“Make Whatspp smileys and emoticons directly from keyboard into Whatsapp Web. This is not official tool and do not collect any data.”。
擴展截圖
下載WhatSmiley - Smileys for Whatsapp Web擴展crx文件
下載WhatSmiley - Smileys for Whatsapp Web擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | agpdehdoflonliehldgcglobgnfpajeh |
| 官方網址 | https://chromewebstore.google.com/detail/whatsmiley-smileys-for-wh/agpdehdoflonliehldgcglobgnfpajeh |
| 簡介 | Make Whatspp smileys and emoticons directly from keyboard into Whatsapp Web. This is not official tool and do not collect any data. |
| 檔案大小 | 131 KB |
| 安裝次數 | 233 |
| 目前版本 | 1.0.8 |
| 更新時間 | 2019-02-09 |
| 上架時間 | 2019-02-09 |
| 評分 | 3.18/5 共 11 次評分 |
| 開發者 | speedontrack |
| 付費類型 | free |
| 支援的語言 | 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"
} | |