GIFO - awesome gifs on Facebook

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

Cos'è GIFO - awesome gifs on Facebook?

GIFO - awesome gifs on Facebook è un'estensione di Chrome sviluppata da alexodkl1, e la sua funzione principale è "GIFO auto-magically recommends you cool gifs for your Facebook conversations".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GIFO - awesome gifs on Facebook

Scarica i file di estensione GIFO - awesome gifs on Facebook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome GIFO - awesome gifs on Facebook GIFO - awesome gifs on Facebook
ID bbchhbcflojbckdiedfobmjdbmhnlpmi
URL Ufficiale https://chromewebstore.google.com/detail/gifo-awesome-gifs-on-face/bbchhbcflojbckdiedfobmjdbmhnlpmi
Descrizione GIFO auto-magically recommends you cool gifs for your Facebook conversations
Dimensione del File 89.31 KB
Conteggio Installazioni 14
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-12-16
Data di Pubblicazione 2013-12-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore alexodkl1
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}