Gyazo Source

Replaces the Gyazo GIF player with the MP4 player.

O que é Gyazo Source?

Gyazo Source é uma extensão do Chrome desenvolvida por Road Turtle Games, e sua principal característica é "Replaces the Gyazo GIF player with the MP4 player.".

Baixar o arquivo CRX da Extensão Gyazo Source

Baixe arquivos de extensão Gyazo Source no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Replaces the Gyazo GIF player with the MP4 player.                    

Informações Básicas da Extensão

Nome Gyazo Source Gyazo Source
ID hffpbnjmgmdfkggiddbcjonockehgcfd
URL Oficial https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd
Descrição Replaces the Gyazo GIF player with the MP4 player.
Tamanho do Arquivo 3.9 KB
Contagem de Instalações 10
Versão Atual 1.1.1
Última Atualização 2015-07-19
Data de Publicação 2015-07-19
Desenvolvedor Road Turtle Games
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}