GIFit!

Make GIFs from YouTube videos

什么是GIFit!?

GIFit!是由https://fauntleroy.github.io/GIFit开发的Chrome扩展程序,该扩展的主要功能是“Make GIFs from YouTube videos”。

扩展截图

screenshot
screenshot

下载GIFit!扩展crx文件

下载GIFit!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        * Now updated to work with the recent YouTube interface update! *

Problem: There's a 4 second chunk of a YouTube video you desperately need as a GIF.

Solution: GIFit!

How do I use GIFit!?

1: Install it
2: Go to any video on http://youtube.com
3: Click the GIFit! icon in the toolbar (should be next to CC, watch later, and settings)
4: Set a start time, end time, and other configuration options
5: Click the big red GIFit! button
6: Wait. I know it's hard, but GIFs take a few seconds
7: Your GIF is ready, click the "Save GIF" button!

Notes about GIFit!:

- It only works when you have YouTube in HTML5 mode, which I believe is the default mode in Chrome these days.
- Some videos on YouTube use the Flash player by force. GIFit! will not work with these videos.
- The GIFs GIFit! makes are preeeetty big. It'll take some time, but later versions of GIFit! should produce smaller GIFs.
- You're awesome.                    

扩展基本信息

名称 GIFit! GIFit!
ID khoojcphcmgcplkpckkjpdlloooifgec
官方URL https://chromewebstore.google.com/detail/gifit/khoojcphcmgcplkpckkjpdlloooifgec
简介 Make GIFs from YouTube videos
文件大小 910 KB
安装次数 30,000
当前版本 2.0.1
更新时间 2019-06-17
上架时间 2019-06-16
评分 4.10/5 共91次评分
开发者 https://fauntleroy.github.io/GIFit
电子邮箱 [email protected]
付费类型 free
扩展官网 http://fauntleroy.github.io/GIFit/
帮助页面URL https://github.com/Fauntleroy/GIFit
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIFit!",
    "description": "Make GIFs from YouTube videos",
    "version": "2.0.1",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "vendor\/gif.js",
                "vendor\/patch-worker.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; child-src blob:",
    "web_accessible_resources": [
        "gif.js.map"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2
}