GIFO - awesome gifs on Facebook

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

Qu'est-ce que GIFO - awesome gifs on Facebook ?

GIFO - awesome gifs on Facebook est une extension Chrome développée par alexodkl1, et sa fonction principale est "GIFO auto-magically recommends you cool gifs for your Facebook conversations".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GIFO - awesome gifs on Facebook

Téléchargez les fichiers d'extension GIFO - awesome gifs on Facebook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom GIFO - awesome gifs on Facebook GIFO - awesome gifs on Facebook
ID bbchhbcflojbckdiedfobmjdbmhnlpmi
URL Officiel https://chromewebstore.google.com/detail/gifo-awesome-gifs-on-face/bbchhbcflojbckdiedfobmjdbmhnlpmi
Description GIFO auto-magically recommends you cool gifs for your Facebook conversations
Taille du Fichier 89.31 KB
Nombre d'Installations 14
Version Actuelle 1.0.1
Dernière Mise à Jour 2013-12-16
Date de Publication 2013-12-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur alexodkl1
Type de Paiement free
Langues Prises en Charge 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"
    ]
}