.gif to .gifv

Tired of viewing gifs on Imgur? Use gifv!

Cos'è .gif to .gifv?

.gif to .gifv è un'estensione di Chrome sviluppata da https://gabrielsimmer.com, e la sua funzione principale è "Tired of viewing gifs on Imgur? Use gifv!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione .gif to .gifv

Scarica i file di estensione .gif to .gifv 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

                        This package is intended for Imgur links only!

Tired of loading the slow .gifs that most people will link to when submitting content! Fear not! This /tiny/ extension automatically redirects you to the faster, newer .gifv!                    

Informazioni di Base sull'Estensione

Nome .gif to .gifv .gif to .gifv
ID pggolgiepljnbneibppcpbklcfjhgmdb
URL Ufficiale https://chromewebstore.google.com/detail/gif-to-gifv/pggolgiepljnbneibppcpbklcfjhgmdb
Descrizione Tired of viewing gifs on Imgur? Use gifv!
Dimensione del File 3.24 KB
Conteggio Installazioni 457
Versione Corrente 0.1
Ultimo Aggiornamento 2016-01-21
Data di Pubblicazione 2016-01-20
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore https://gabrielsimmer.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": ".gif to .gifv",
    "description": "Tired of viewing gifs on Imgur? Use gifv!",
    "version": "0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/i.imgur.com\/*.gif",
        "*:\/\/www.i.imgur.com\/*.gif",
        "webRequestBlocking"
    ]
}