GfyFetcher

This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.

O que é GfyFetcher?

GfyFetcher é uma extensão do Chrome desenvolvida por Engstrom, e sua principal característica é "This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GfyFetcher

Baixe arquivos de extensão GfyFetcher 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

                        Right click on a gif link and open it as an HTML 5 video via Gfycat.

Source code available on GitHub: https://github.com/engstrom/GfyFetcher

# CHANGELOG
-----------
## [0.1.4] - 2015-07-23
### Changed
- Context menu now appears when right clicking on videos. This supports easy conversion of Imgur's .gifv format.                    

Informações Básicas da Extensão

Nome GfyFetcher GfyFetcher
ID logiomopdooakjpclhgkgcfoegmecfge
URL Oficial https://chrome.google.com/webstore/detail/gfyfetcher/logiomopdooakjpclhgkgcfoegmecfge
Descrição This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.
Tamanho do Arquivo 434 KB
Contagem de Instalações 426
Versão Atual 0.1.4
Última Atualização 2015-07-23
Data de Publicação 2015-07-23
Classificação 4.27/5 Total de 11 Avaliações
Desenvolvedor Engstrom
Tipo de Pagamento free
Site da Extensão https://github.com/engstrom/GfyFetcher
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GfyFetcher",
    "description": "This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.",
    "version": "0.1.4",
    "background": {
        "page": "src\/bg.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_security_policy": "default-src 'self'",
    "icons": {
        "16": "assests\/icon-bitty.png",
        "48": "assests\/icon-small.png",
        "128": "assests\/icon-large.png"
    }
}