Gifkitty

Gif Picker for Product Hunt

What is Gifkitty?

Gifkitty is a Chrome extension developed by Joel Benjamin, and its main feature is "Gif Picker for Product Hunt".

Extension Screenshots

screenshot

Download Gifkitty Extension CRX File

Download Gifkitty 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

                        Gif Picker for Product Hunt! Find and add gifs to your comments on Product Hunt.

 	
To use this tool just type "$:" inside any textbox (comment section or replies), it should show you a popup. Then search for a gif and hit enter.                    

Extension Basic Information

Name Gifkitty Gifkitty
ID dipegfggphhkebafagnjdaiegmdbjbbp
Official URL https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp
Description Gif Picker for Product Hunt
File Size 49.43 KB
Installation Count 17
Current Version 1.0
Last Updated 2018-10-29
Publish Date 2018-10-29
Rating 5.00/5 Total 3 Ratings
Developer Joel Benjamin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gifkitty",
    "version": "1.0",
    "description": "Gif Picker for Product Hunt",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.producthunt.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "app.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/api.giphy.com\/*",
        "webRequest"
    ],
    "web_accessible_resources": [
        "giphy.png"
    ],
    "icons": {
        "48": "icons\/gk-48.png"
    }
}