Yung GIF

Top 25 gifs (and more) on reddit - one click away.

Cos'è Yung GIF?

Yung GIF è un'estensione di Chrome sviluppata da Tom, e la sua funzione principale è "Top 25 gifs (and more) on reddit - one click away.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Yung GIF

Scarica i file di estensione Yung GIF 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

                        Get notified when there is new amazingness on the web.

Pick as many subreddits U like (e.g. /r/gifs, /r/earthporn, /r/aww_gifs) and Yung GIF will non-intrusively notify you when new GIFs appeared.                    

Informazioni di Base sull'Estensione

Nome Yung GIF Yung GIF
ID pcbjhjfodgcbadhdpponooolomfhlamg
URL Ufficiale https://chrome.google.com/webstore/detail/pcbjhjfodgcbadhdpponooolomfhlamg
Descrizione Top 25 gifs (and more) on reddit - one click away.
Dimensione del File 88.85 KB
Conteggio Installazioni 36
Versione Corrente 0.3.1
Ultimo Aggiornamento 2016-10-16
Data di Pubblicazione 2016-10-16
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Tom
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Tomtomgo/Yung-gif
URL della Pagina di Aiuto https://github.com/Tomtomgo/Yung-gif
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yung GIF",
    "description": "Top 25 gifs (and more) on reddit - one click away.",
    "version": "0.3.1",
    "short_name": "Yung GIF",
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-2.1.0.min.js",
            "pingu.js",
            "yung_gif.js"
        ]
    },
    "browser_action": {
        "default_icon": "crapicon.png",
        "tooltip": "Let's find GIFs."
    },
    "options_page": "i_want_more.html",
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo.png"
    }
}