YouTube™ In GIFs

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

Vad är YouTube™ In GIFs?

YouTube™ In GIFs är en Chrome-tillägg utvecklad av whizzzkid, och dess huvudfunktion är "Redirects you to the awesome GIF YouTube™ service [[email protected]]".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube™ In GIFs-förlängningens CRX-fil

Ladda ner YouTube™ In GIFs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn YouTube™ In GIFs YouTube™ In GIFs
ID hdkmckbmnnlfcjkggbkjekmhigodpkan
Officiell webbadress https://chromewebstore.google.com/detail/youtube-in-gifs/hdkmckbmnnlfcjkggbkjekmhigodpkan
Beskrivning Redirects you to the awesome GIF YouTube™ service [[email protected]]
Filstorlek 59.13 KB
Antal Installationer 547
Aktuell Version 0.1
Senast Uppdaterad 2016-02-25
Publiceringsdatum 2016-02-25
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare whizzzkid
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://gifs.com/
Stödda Språk 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"
    }
}