Gfycat - Click to GIF

Instantly grab and share videos as gifs!

Gfycat - Click to GIF란 무엇입니까?

Gfycat - Click to GIF은(는) http://gfycat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly grab and share videos as gifs!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Gfycat - Click to GIF 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Gfycat - Click to GIF is the official Gfycat extension for creating GIFs from video and streaming sites. See something you like on YouTube? Click the icon in the URL bar and share the memorable few seconds with your friends on Reddit, Facebook, Twitter and more.
How about that play you see on Twitch? Click the icon when you see an amazing hit, catch, pass, shootout and eternalize it in a perfect GIF for generations to come! Relive the perfect moment again and again or recount your favorite player's moment.

We support a variety of social networks including Twitter, Facebook and Instagram to name a few so you can recreate the moment into a looping GIF on Gfycat, talk about it on Reddit, share it on Tumblr or tweet it on Twitter.

In some cases, we show an icon in the top right corner of the video for easy access to the extension. There is an option to disable it if you prefer a clean UI, in the chrome extensions tab.

v. 1.0.4: Updated based on your feedback. A bunch of new sites supported! Performance improvements :)                    

확장 프로그램 기본 정보

이름 Gfycat - Click to GIF Gfycat - Click to GIF
ID oibenkcbdjgjlanfpidmllcejpdboajb
공식 URL https://chrome.google.com/webstore/detail/gfycat-click-to-gif/oibenkcbdjgjlanfpidmllcejpdboajb
설명 Instantly grab and share videos as gifs!
파일 크기 97.03 KB
설치 횟수 669
현재 버전 1.1.1
최근 업데이트 2018-04-11
출시 날짜 2018-04-11
평점 3.43/5 총 21 개의 평점
개발자 http://gfycat.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://gfycat.com
도움말 페이지 URL http://gfycat.com/support
개인정보 보호 정책 페이지 URL https://gfycat.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.1.1",
    "manifest_version": 2,
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "http:\/\/gfycat.com\/?src=chrmext",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "config.js",
            "jquery.js",
            "backgroundshim.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon-32.png",
            "38": "icons\/icon-64.png"
        },
        "default_title": "__MSG_pageActionTitle__"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "webRequest",
        "contextMenus",
        "notifications",
        "tabs",
        "storage",
        "https:\/\/*.gfycat.com\/*",
        "http:\/\/*.twitch.tv\/*",
        ""
    ],
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "config.js",
                "jquery.js",
                "contentshim.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.twitch.tv\/*"
        ]
    }
}