9gag GIF addon

This addon automaticaly shows you the length of every gif on the website 9gag.com

Cos'è 9gag GIF addon?

9gag GIF addon è un'estensione di Chrome sviluppata da Blazzfreezz, e la sua funzione principale è "This addon automaticaly shows you the length of every gif on the website 9gag.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 9gag GIF addon

Scarica i file di estensione 9gag GIF addon 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

                                            

Informazioni di Base sull'Estensione

Nome 9gag GIF addon 9gag GIF addon
ID giecpanbgcpgknljcmphhhfmbppmhhih
URL Ufficiale https://chrome.google.com/webstore/detail/9gag-gif-addon/giecpanbgcpgknljcmphhhfmbppmhhih
Descrizione This addon automaticaly shows you the length of every gif on the website 9gag.com
Dimensione del File 3.44 KB
Conteggio Installazioni 27
Versione Corrente 1.1
Ultimo Aggiornamento 2017-02-06
Data di Pubblicazione 2017-02-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Blazzfreezz
Tipo di Pagamento free
Sito Web dell'Estensione http://9gag.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag GIF addon",
    "short_name": "9gag is lyfe",
    "description": "This addon automaticaly shows you the length of every gif on the website 9gag.com",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/9gag.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ]
}