GIFO - awesome gifs on Facebook

GIFO auto-magically recommends you cool gifs for your Facebook conversations

What is GIFO - awesome gifs on Facebook?

GIFO - awesome gifs on Facebook is a Chrome extension developed by alexodkl1, and its main feature is "GIFO auto-magically recommends you cool gifs for your Facebook conversations".

Extension Screenshots

screenshot
screenshot
screenshot

Download GIFO - awesome gifs on Facebook Extension CRX File

Download GIFO - awesome gifs on Facebook 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

                        Our extension suggests a hilarious GIF or picture for anything you type on Facebook. Impress your friends with witty memes in your messages.

How it works
1) download the extension from the Chrome webstore
2) Go on Facebook and open a chat - the search box is right below it
3) the search results update as you type
4) when the gif or image you like appears, simply click on it to paste the link as part of your message
5) done!                    

Extension Basic Information

Name GIFO - awesome gifs on Facebook GIFO - awesome gifs on Facebook
ID bbchhbcflojbckdiedfobmjdbmhnlpmi
Official URL https://chromewebstore.google.com/detail/gifo-awesome-gifs-on-face/bbchhbcflojbckdiedfobmjdbmhnlpmi
Description GIFO auto-magically recommends you cool gifs for your Facebook conversations
File Size 89.31 KB
Installation Count 14
Current Version 1.0.1
Last Updated 2013-12-16
Publish Date 2013-12-16
Rating 5.00/5 Total 1 Ratings
Developer alexodkl1
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/brate.js",
                "js\/sendkeys.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "http:\/\/facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "name": "GIFO - awesome gifs on Facebook",
    "version": "1.0.1",
    "description": "GIFO auto-magically recommends you cool gifs for your Facebook conversations",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/getpomelo.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}