Gyazo Source

Replaces the Gyazo GIF player with the MP4 player.

What is Gyazo Source?

Gyazo Source is a Chrome extension developed by Road Turtle Games, and its main feature is "Replaces the Gyazo GIF player with the MP4 player.".

Download Gyazo Source Extension CRX File

Download Gyazo Source 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

                        Replaces the Gyazo GIF player with the MP4 player.                    

Extension Basic Information

Name Gyazo Source Gyazo Source
ID hffpbnjmgmdfkggiddbcjonockehgcfd
Official URL https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd
Description Replaces the Gyazo GIF player with the MP4 player.
File Size 3.9 KB
Installation Count 10
Current Version 1.1.1
Last Updated 2015-07-19
Publish Date 2015-07-19
Developer Road Turtle Games
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gyazo Source",
    "description": "Replaces the Gyazo GIF player with the MP4 player.",
    "version": "1.1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.gyazo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Gyazo Source",
        "default_icon": "icon.png"
    }
}