YouTube™ In GIFs

Redirects you to the awesome GIF YouTube™ service [[email protected]]

YouTube™ In GIFs क्या है?

YouTube™ In GIFs whizzzkid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects you to the awesome GIF YouTube™ service [[email protected]]"।

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

screenshot

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

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

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

                        gifyoutube.com is awesome. It let's me create any YouTube™ video as GIF. This extension ads a button to instantly create GIFs from youtube videos.

Source code: https://gitlab.com/whizzzkid/YouTubeGIF

Changelog:
v0.1: Initial Release                    

एक्सटेंशन की मूल जानकारी

नाम YouTube™ In GIFs YouTube™ In GIFs
ID hdkmckbmnnlfcjkggbkjekmhigodpkan
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-in-gifs/hdkmckbmnnlfcjkggbkjekmhigodpkan
विवरण Redirects you to the awesome GIF YouTube™ service [[email protected]]
फ़ाइल का आकार 59.13 KB
स्थापना संख्या 547
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-02-25
प्रकाशन तिथि 2016-02-25
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर whizzzkid
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gifs.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube\u2122 In GIFs",
    "description": "Redirects you to the awesome GIF YouTube\u2122 service [[email protected]]",
    "version": "0.1",
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "*:\/\/gifs.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "gif.js",
                "ga.js",
                "ga-config.js"
            ]
        },
        {
            "matches": [
                "*:\/\/gifs.com\/*"
            ],
            "js": [
                "installed.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}