GIFO - awesome gifs on Facebook
GIFO auto-magically recommends you cool gifs for your Facebook conversations
Wat is GIFO - awesome gifs on Facebook?
GIFO - awesome gifs on Facebook is een Chrome-extensie ontwikkeld door alexodkl1, en de belangrijkste functie is "GIFO auto-magically recommends you cool gifs for your Facebook conversations".
Extensie Screenshots
Download het CRX-bestand van de extensie GIFO - awesome gifs on Facebook
Download GIFO - awesome gifs on Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | GIFO - awesome gifs on Facebook |
ID | bbchhbcflojbckdiedfobmjdbmhnlpmi |
Officiële URL | https://chromewebstore.google.com/detail/gifo-awesome-gifs-on-face/bbchhbcflojbckdiedfobmjdbmhnlpmi |
Beschrijving | GIFO auto-magically recommends you cool gifs for your Facebook conversations |
Bestandsgrootte | 89.31 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2013-12-16 |
Publicatiedatum | 2013-12-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | alexodkl1 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |