iKute Emoticons 4Facebook Status&Comment

iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x

什麼是iKute Emoticons 4Facebook Status&Comment?

iKute Emoticons 4Facebook Status&Comment是由http://ikuteteam.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載iKute Emoticons 4Facebook Status&Comment擴展crx文件

下載iKute Emoticons 4Facebook Status&Comment擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        *****************************************************************************************
*****************************************************************************************
More fun with Ikute Emoticon
iKute Emoticon is an application that will help you display emoticons on the content of your status updates and comments on Facebook with Yahoo Messenger emoticons friendly and lively.
Try it today and share with your friends.

iKute Emoticon Version 2.0 supports:
Supports popular browsers: Chrome
-Application for Facebook: The entire contents of the Status, Comments, Notes, Photos ...
-Show emoticons even when your friends do not have iKute Emoticon.
-Support Panel Icon when click on the icon bar iKute Emoticon Chrome application.
...

And many other attractions waiting for you to explore: x
Do not forget to evaluate your experience with iKute Emoticon okay: x
Wish you happy: x
*****************************************************************************************
*****************************************************************************************                    

擴展基本資訊

名稱 iKute Emoticons 4Facebook Status&Comment iKute Emoticons 4Facebook Status&Comment
ID balckfmhlgambbambmifcpgjnhkfcpgc
官方網址 https://chrome.google.com/webstore/detail/ikute-emoticons-4facebook/balckfmhlgambbambmifcpgjnhkfcpgc
簡介 iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x
檔案大小 170 KB
安裝次數 1,781
目前版本 2.2
更新時間 2012-10-18
上架時間 2012-10-18
評分 4.02/5 共 96 次評分
開發者 http://ikuteteam.blogspot.com
付費類型 free
擴展官網 http://facebook.com/iKuteTeam
說明頁面URL http://facebook.com/iKuteTeam
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iKute Emoticons 4Facebook Status&Comment",
    "version": "2.2",
    "manifest_version": 2,
    "description": "iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "iKute Emoticon for Facebook Status and Comment",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "lib\/utils.js",
                "lib\/encoder.js",
                "yh_emoticon.js",
                "fb_fixed_emoticon.js",
                "fb_classes.js",
                "fb_inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}