GfyFetcher

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

Cos'è GfyFetcher?

GfyFetcher è un'estensione di Chrome sviluppata da Engstrom, e la sua funzione principale è "This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GfyFetcher

Scarica i file di estensione GfyFetcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GfyFetcher GfyFetcher
ID logiomopdooakjpclhgkgcfoegmecfge
URL Ufficiale https://chrome.google.com/webstore/detail/gfyfetcher/logiomopdooakjpclhgkgcfoegmecfge
Descrizione This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.
Dimensione del File 434 KB
Conteggio Installazioni 426
Versione Corrente 0.1.4
Ultimo Aggiornamento 2015-07-23
Data di Pubblicazione 2015-07-23
Valutazione 4.27/5 Totale 11 Valutazioni
Sviluppatore Engstrom
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/engstrom/GfyFetcher
Lingue Supportate 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"
    }
}