YouTube™ In GIFs

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

Wat is YouTube™ In GIFs?

YouTube™ In GIFs is een Chrome-extensie ontwikkeld door whizzzkid, en de belangrijkste functie is "Redirects you to the awesome GIF YouTube™ service [[email protected]]".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube™ In GIFs

Download YouTube™ In GIFs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam YouTube™ In GIFs YouTube™ In GIFs
ID hdkmckbmnnlfcjkggbkjekmhigodpkan
Officiële URL https://chromewebstore.google.com/detail/youtube-in-gifs/hdkmckbmnnlfcjkggbkjekmhigodpkan
Beschrijving Redirects you to the awesome GIF YouTube™ service [[email protected]]
Bestandsgrootte 59.13 KB
Aantal Installaties 547
Huidige Versie 0.1
Laatst Bijgewerkt 2016-02-25
Publicatiedatum 2016-02-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar whizzzkid
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gifs.com/
Ondersteunde Talen 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"
    }
}