Yung GIF

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

What is Yung GIF?

Yung GIF is a Chrome extension developed by Tom, and its main feature is "Top 25 gifs (and more) on reddit - one click away.".

Extension Screenshots

screenshot

Download Yung GIF Extension CRX File

Download Yung GIF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Yung GIF Yung GIF
ID pcbjhjfodgcbadhdpponooolomfhlamg
Official URL https://chrome.google.com/webstore/detail/pcbjhjfodgcbadhdpponooolomfhlamg
Description Top 25 gifs (and more) on reddit - one click away.
File Size 88.85 KB
Installation Count 36
Current Version 0.3.1
Last Updated 2016-10-16
Publish Date 2016-10-16
Rating 5.00/5 Total 7 Ratings
Developer Tom
Payment Type free
Extension Website https://github.com/Tomtomgo/Yung-gif
Help Page URL https://github.com/Tomtomgo/Yung-gif
Supported Languages 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"
    }
}