YouTube™ In GIFs

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

Co to jest YouTube™ In GIFs?

YouTube™ In GIFs to rozszerzenie Chrome opracowane przez whizzzkid, a jego główną funkcją jest „Redirects you to the awesome GIF YouTube™ service [[email protected]]”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube™ In GIFs

Pobierz pliki rozszerzeń YouTube™ In GIFs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube™ In GIFs YouTube™ In GIFs
ID hdkmckbmnnlfcjkggbkjekmhigodpkan
Oficjalny URL https://chromewebstore.google.com/detail/youtube-in-gifs/hdkmckbmnnlfcjkggbkjekmhigodpkan
Opis Redirects you to the awesome GIF YouTube™ service [[email protected]]
Rozmiar pliku 59.13 KB
Liczba instalacji 547
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-02-25
Data Publikacji 2016-02-25
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper whizzzkid
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gifs.com/
Obsługiwane Języki 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"
    }
}