fufufu Beta

Define your own stickers and past them on facebook.

What is fufufu Beta?

fufufu Beta is a Chrome extension developed by http://www.fufufu.com.tw, and its main feature is "Define your own stickers and past them on facebook.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download fufufu Beta Extension CRX File

Download fufufu Beta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        fufufu 是個臉書表情圖示套件,透過加裝 fufufu 可使呆板的網頁圖示變的更生動。你想要的表情圖示將不需要受限於每個網站所提供的圖示,你能自定你所喜愛的表情圖示,並使用在你所希望的網站中,也可將你自訂的表情分享給你的朋友們收藏或是收藏你喜歡的表情主題。

快邀請你的好友一起使用fufufu吧。

*fufufu 目前為 beta 測試版,僅開放於pc版的chrome瀏覽器下的facebook(臉書)及google+使用                    

Extension Basic Information

Name fufufu Beta fufufu Beta
ID bpofodbahameiodfpkoepbckgeimaklo
Official URL https://chrome.google.com/webstore/detail/fufufu-beta/bpofodbahameiodfpkoepbckgeimaklo
Description Define your own stickers and past them on facebook.
File Size 304 KB
Installation Count 125
Current Version 0.3.4.10075
Last Updated 2013-11-28
Publish Date 2013-11-28
Rating 2.36/5 Total 11 Ratings
Developer http://www.fufufu.com.tw
Payment Type free
Extension Website http://www.fufufu.com.tw
Help Page URL http://www.fufufu.com.tw
Supported Languages en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.3.4.10075",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.min.js",
            "js\/ga-config.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/underscore-min.js",
                "js\/jquery.regex.min.js",
                "js\/jquery.cookie.min.js",
                "js\/IFufufu.js",
                "js\/FufufuTool.js",
                "js\/fufufu.js"
            ],
            "css": [
                "css\/fufufu.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        },
        {
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/underscore-min.js",
                "js\/jquery.regex.min.js",
                "js\/jquery.cookie.min.js",
                "js\/IFufufu.js",
                "js\/FufufuTool.g.js",
                "js\/fufufu.g.js"
            ],
            "css": [
                "css\/fufufu.css"
            ],
            "matches": [
                "https:\/\/plus.google.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "img\/*",
        "ga.js"
    ],
    "default_locale": "zh_TW",
    "manifest_version": 2
}