Gyazo GIF to MP4

An extension to change GIFs to MP4 version on Gyazo

What is Gyazo GIF to MP4?

Gyazo GIF to MP4 is a Chrome extension developed by lukasmcd14, and its main feature is "An extension to change GIFs to MP4 version on Gyazo".

Extension Screenshots

screenshot
screenshot

Download Gyazo GIF to MP4 Extension CRX File

Download Gyazo GIF to MP4 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

                        Are you sick of having to switch those Gyazo GIFs over to MP4? Well why bother. With this extension, the GIF will switch automatically over to MP4 format allowing for faster, smoother playback.

Images used, with permission, contain OG_Arist0tle. You can find him over at https://twitch.tv/og_arist0tle                    

Extension Basic Information

Name Gyazo GIF to MP4 Gyazo GIF to MP4
ID phpfbeibpmjjinlbohgmpejeoecgblkg
Official URL https://chrome.google.com/webstore/detail/gyazo-gif-to-mp4/phpfbeibpmjjinlbohgmpejeoecgblkg
Description An extension to change GIFs to MP4 version on Gyazo
File Size 23.03 KB
Installation Count 363
Current Version 1.0.2.1
Last Updated 2016-12-03
Publish Date 2016-12-03
Rating 3.67/5 Total 6 Ratings
Developer lukasmcd14
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gyazo GIF to MP4",
    "short_name": "GIF to MP4",
    "version": "1.0.2.1",
    "manifest_version": 2,
    "description": "An extension to change GIFs to MP4 version on Gyazo",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "author": "Lukas McDiarmid",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gyazo.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/injectGyazo.js"
    ]
}