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."입니다.

확장 프로그램 스크린샷

screenshot

WhatSmiley - Smileys for Whatsapp Web 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 WhatSmiley - Smileys for Whatsapp Web WhatSmiley - Smileys for Whatsapp Web
ID agpdehdoflonliehldgcglobgnfpajeh
공식 URL 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"
}