Gyazo GIF to MP4

An extension to change GIFs to MP4 version on Gyazo

Co to jest Gyazo GIF to MP4?

Gyazo GIF to MP4 to rozszerzenie Chrome opracowane przez lukasmcd14, a jego główną funkcją jest „An extension to change GIFs to MP4 version on Gyazo”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Gyazo GIF to MP4

Pobierz pliki rozszerzeń Gyazo GIF to MP4 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

                        Are you sick of having to switch those Gyazo GIFs over to MP4? Well why bother. With this extension, the GIF will switch automatically over to MP4 format allowing for faster, smoother playback.

Images used, with permission, contain OG_Arist0tle. You can find him over at https://twitch.tv/og_arist0tle                    

Podstawowe informacje o rozszerzeniu

Nazwa Gyazo GIF to MP4 Gyazo GIF to MP4
ID phpfbeibpmjjinlbohgmpejeoecgblkg
Oficjalny URL https://chrome.google.com/webstore/detail/gyazo-gif-to-mp4/phpfbeibpmjjinlbohgmpejeoecgblkg
Opis An extension to change GIFs to MP4 version on Gyazo
Rozmiar pliku 23.03 KB
Liczba instalacji 363
Aktualna Wersja 1.0.2.1
Ostatnia Aktualizacja 2016-12-03
Data Publikacji 2016-12-03
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper lukasmcd14
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gyazo GIF to MP4",
    "short_name": "GIF to MP4",
    "version": "1.0.2.1",
    "manifest_version": 2,
    "description": "An extension to change GIFs to MP4 version on Gyazo",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "author": "Lukas McDiarmid",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gyazo.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/injectGyazo.js"
    ]
}