Load GIFs faster with gfycat

This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.

What is Load GIFs faster with gfycat?

Load GIFs faster with gfycat is a Chrome extension developed by Shane Afsar, and its main feature is "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".

Extension Screenshots

screenshot

Download Load GIFs faster with gfycat Extension CRX File

Download Load GIFs faster with gfycat 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

                        Animated GIFs can be a pain to load. gfycat.com helps solve this by converting the gif into an optimized HTML5 format. This unofficial extension simply adds a context menu item to images and links on the page so that you can have the option of opening the GIF in a new tab with gfycat.com/fetch.                    

Extension Basic Information

Name Load GIFs faster with gfycat Load GIFs faster with gfycat
ID hbiioadoilnnbeoopcabaifhofpplakc
Official URL https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc
Description This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
File Size 16.14 KB
Installation Count 120
Current Version 1.0
Last Updated 2014-05-12
Publish Date 2014-05-11
Rating 3.00/5 Total 2 Ratings
Developer Shane Afsar
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Load GIFs faster with gfycat",
    "description": "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}