GIF the Web

Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.

What is GIF the Web?

GIF the Web is a Chrome extension developed by Andy Freeland, and its main feature is "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".

Extension Screenshots

screenshot
screenshot
screenshot

Download GIF the Web Extension CRX File

Download GIF the Web 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

                        Have you ever wished Facebook animated GIFs like a real website?

Have you ever wanted gchat (including hangouts!) to show images inline?

Well, now they do. The web just got more awesome.

Now with Google Hangouts support!                    

Extension Basic Information

Name GIF the Web GIF the Web
ID lljgfacpcbajoiobfcgbijhbkfpibkhc
Official URL https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc
Description Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
File Size 85.61 KB
Installation Count 292
Current Version 0.7.4
Last Updated 2016-08-01
Publish Date 2016-08-01
Rating 5.00/5 Total 9 Ratings
Developer Andy Freeland
Payment Type free
Extension Website https://github.com/rouge8/gif-the-web#readme
Help Page URL https://github.com/rouge8/gif-the-web/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF the Web",
    "version": "0.7.4",
    "manifest_version": 2,
    "description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.",
    "homepage_url": "https:\/\/github.com\/rouge8\/gif-the-web",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "sites\/facebook.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "sites\/mail.google.com.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/talkgadget.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "URI.js",
                "sites\/talkgadget.google.com.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/hangouts.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "URI.js",
                "sites\/talkgadget.google.com.js"
            ]
        }
    ]
}