Vi Emoji

Funny emoticons, text art...

Vi Emoji란 무엇입니까?

Vi Emoji은(는) asdfnhfdnm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Funny emoticons, text art..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Vi Emoji 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Application allow insert special emoticons like: ❤ ツ ☺ ☠ ♫ ❀ ❃ ☃ ʕ•ᴥ•ʔ ...
special text like: əๅdɯɐxə,  [̲̲̅̅e̲̲̅̅x̲̲̅̅a̲̲̅̅m̲̲̅̅p̲̲̅̅l̲̲̅̅e̲̲̅̅] ͕͗e͕͕͗͗x͕͕͗͗a͕͕͗͗m͕͕͗͗p͕͕͗͗l͕͕͗͗e͕͗ ̈́ë́ẍ́ä́m̈́p̈́l̈́ë́...
special text art like: 
───▄▀▀▀▄▄▄▄▄▄▄▀▀▀▄───
───█▒▒░░░░░░░░░▒▒█───
────█░░█░░░░░█░░█────
─▄▄──█░░░▀█▀░░░█──▄▄─
█░░█─▀▄░░░░░░░▄▀─█░░█

╔══╗
╚╗╔╝
╔╝(¯`v´¯)
╚══`.¸.XXX

AND hidden facebook emoticons :V

We try best to make you feeling comforable while using our application.
see more at: http://viemoji.com/                    

확장 프로그램 기본 정보

이름 Vi Emoji Vi Emoji
ID codcefmkfcbdcmacmhjmgelbdipbggfm
공식 URL https://chrome.google.com/webstore/detail/vi-emoji/codcefmkfcbdcmacmhjmgelbdipbggfm
설명 Funny emoticons, text art...
파일 크기 934 KB
설치 횟수 84
현재 버전 1.4
최근 업데이트 2015-05-19
출시 날짜 2015-05-19
평점 4.14/5 총 7 개의 평점
개발자 asdfnhfdnm
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vi Emoji",
    "version": "1.4",
    "description": "Funny emoticons, text art...",
    "icons": {
        "16": "Core\/imgs\/icons\/icon16.png",
        "48": "Core\/imgs\/icons\/icon48.png",
        "128": "Core\/imgs\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "Core\/imgs\/icons\/icon19.png",
            "38": "Core\/imgs\/icons\/icon38.png"
        },
        "default_title": "Vi Emoji introduction",
        "default_popup": "Core\/popupPage.html"
    },
    "author": "asdfnhfdnm",
    "background": {
        "scripts": [
            "Core\/modules\/libs\/libs.js",
            "Core\/mainExtScript.js",
            "Core\/modules\/emo\/emo_extScript.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "Core\/modules\/facebook\/facebook_css.css"
            ],
            "js": [
                "Core\/js\/jquery-1.10.2.min.js",
                "Core\/modules\/libs\/libs.js",
                "Core\/modules\/emo\/emo_content.js",
                "Core\/modules\/facebook\/facebook_content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "Core\/js\/jquery-1.10.2.min.js",
                "Core\/modules\/libs\/libs.js",
                "Core\/modules\/emo\/emo_content.js",
                "Core\/modules\/VOZ\/voz_content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/www.facebook.com\/xloser.long",
    "offline_enabled": false,
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*"
    ]
}