Twitter GIF

Converts MP4s on Twitter into downloadable GIF

What is Twitter GIF?

Twitter GIF is a Chrome extension developed by xarus01, and its main feature is "Converts MP4s on Twitter into downloadable GIF".

Extension Screenshots

screenshot
screenshot

Download Twitter GIF Extension CRX File

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

                        트위터의 mp4형태로 존재하는 animated-gif(a.k.a 움짤)을 gif로 다운로드 받도록 해주는 chrome extension입니다.
https://github.com/xarus01/twittergif                    

Extension Basic Information

Name Twitter GIF Twitter GIF
ID jpepdpelonmljaocnofbbnfdcjcedojk
Official URL https://chrome.google.com/webstore/detail/twitter-gif/jpepdpelonmljaocnofbbnfdcjcedojk
Description Converts MP4s on Twitter into downloadable GIF
File Size 74.73 KB
Installation Count 1,000
Current Version 1.3
Last Updated 2014-10-29
Publish Date 2014-10-29
Rating 2.75/5 Total 28 Ratings
Developer xarus01
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter GIF",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Converts MP4s on Twitter into downloadable GIF",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        ""
    ]
}