Vi Emoji

Funny emoticons, text art...

Vi Emojiとは何ですか?

Vi Emojiはasdfnhfdnmによって開発されたChromeの拡張機能で、その主な機能は「Funny emoticons, text art...」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Vi Emoji拡張機能のCRXファイルをダウンロード

Vi Emoji拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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": [
        "*"
    ]
}