gif-ify

Replaces the images on the page with random gifs

What is gif-ify?

gif-ify is a Chrome extension developed by Unknown, and its main feature is "Replaces the images on the page with random gifs".

Download gif-ify Extension CRX File

Download gif-ify 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

                                            

Extension Basic Information

Name gif-ify gif-ify
ID lhakkbopgkacpnfidngodjclfkeaolnl
Official URL https://chromewebstore.google.com/detail/gif-ify/lhakkbopgkacpnfidngodjclfkeaolnl
Description Replaces the images on the page with random gifs
File Size 69.74 KB
Installation Count 18
Current Version 1.0
Last Updated 2016-06-04
Publish Date 2016-06-04
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gif-ify",
    "description": "Replaces the images on the page with random gifs",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ]
}