GiffyTube

Get links to 3 second GIFs of the YouTube video you're watching

Co to jest GiffyTube?

GiffyTube to rozszerzenie Chrome opracowane przez https://giffytu.be, a jego główną funkcją jest „Get links to 3 second GIFs of the YouTube video you're watching”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GiffyTube

Pobierz pliki rozszerzeń GiffyTube 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa GiffyTube GiffyTube
ID fijjgkkihhmbajhllkonpghlniolbhgl
Oficjalny URL https://chromewebstore.google.com/detail/giffytube/fijjgkkihhmbajhllkonpghlniolbhgl
Opis Get links to 3 second GIFs of the YouTube video you're watching
Rozmiar pliku 8.34 KB
Liczba instalacji 97
Aktualna Wersja 0.0.11
Ostatnia Aktualizacja 2014-10-22
Data Publikacji 2014-10-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://giffytu.be
Typ Płatności free
Strona Rozszerzenia http://giffytu.be
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.11",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*",
                "http:\/\/youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/inject.js",
        "scripts\/vendor\/react\/react.js"
    ]
}