GiffyTube

Get links to 3 second GIFs of the YouTube video you're watching

What is GiffyTube?

GiffyTube is a Chrome extension developed by https://giffytu.be, and its main feature is "Get links to 3 second GIFs of the YouTube video you're watching".

Extension Screenshots

screenshot

Download GiffyTube Extension CRX File

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

                                            

Extension Basic Information

Name GiffyTube GiffyTube
ID fijjgkkihhmbajhllkonpghlniolbhgl
Official URL https://chromewebstore.google.com/detail/giffytube/fijjgkkihhmbajhllkonpghlniolbhgl
Description Get links to 3 second GIFs of the YouTube video you're watching
File Size 8.34 KB
Installation Count 97
Current Version 0.0.11
Last Updated 2014-10-22
Publish Date 2014-10-21
Rating 5.00/5 Total 1 Ratings
Developer https://giffytu.be
Payment Type free
Extension Website http://giffytu.be
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.11",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*",
                "http:\/\/youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/inject.js",
        "scripts\/vendor\/react\/react.js"
    ]
}