GIFit!

Make GIFs from YouTube videos

GIFit! क्या है?

GIFit! https://fauntleroy.github.io/GIFit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make GIFs from YouTube videos"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GIFit! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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