GIFit!

Make GIFs from YouTube videos

GIFit! là gì?

GIFit! là một tiện ích mở rộng Chrome được phát triển bởi https://fauntleroy.github.io/GIFit, và tính năng chính của nó là "Make GIFs from YouTube videos".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GIFit!

Tải xuống các tệp mở rộng GIFit! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        * 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GIFit! GIFit!
ID khoojcphcmgcplkpckkjpdlloooifgec
URL Chính Thức https://chromewebstore.google.com/detail/gifit/khoojcphcmgcplkpckkjpdlloooifgec
Mô tả Make GIFs from YouTube videos
Kích Thước Tệp 910 KB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2019-06-17
Ngày Phát Hành 2019-06-16
Đánh Giá 4.10/5 Tổng số 91 Đánh Giá
Nhà Phát Triển https://fauntleroy.github.io/GIFit
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://fauntleroy.github.io/GIFit/
URL Trang Trợ Giúp https://github.com/Fauntleroy/GIFit
Ngôn Ngữ Được Hỗ Trợ 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
}