Yung GIF

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

Wat is Yung GIF?

Yung GIF is een Chrome-extensie ontwikkeld door Tom, en de belangrijkste functie is "Top 25 gifs (and more) on reddit - one click away.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Yung GIF

Download Yung GIF-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Yung GIF Yung GIF
ID pcbjhjfodgcbadhdpponooolomfhlamg
Officiële URL https://chrome.google.com/webstore/detail/pcbjhjfodgcbadhdpponooolomfhlamg
Beschrijving Top 25 gifs (and more) on reddit - one click away.
Bestandsgrootte 88.85 KB
Aantal Installaties 36
Huidige Versie 0.3.1
Laatst Bijgewerkt 2016-10-16
Publicatiedatum 2016-10-16
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Tom
Betalingswijze free
Extensiewebsite https://github.com/Tomtomgo/Yung-gif
Help Pagina-URL https://github.com/Tomtomgo/Yung-gif
Ondersteunde Talen 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"
    }
}