Gyazo Source

Replaces the Gyazo GIF player with the MP4 player.

Co to jest Gyazo Source?

Gyazo Source to rozszerzenie Chrome opracowane przez Road Turtle Games, a jego główną funkcją jest „Replaces the Gyazo GIF player with the MP4 player.”.

Pobierz plik CRX rozszerzenia Gyazo Source

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

                        Replaces the Gyazo GIF player with the MP4 player.                    

Podstawowe informacje o rozszerzeniu

Nazwa Gyazo Source Gyazo Source
ID hffpbnjmgmdfkggiddbcjonockehgcfd
Oficjalny URL https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd
Opis Replaces the Gyazo GIF player with the MP4 player.
Rozmiar pliku 3.9 KB
Liczba instalacji 10
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2015-07-19
Data Publikacji 2015-07-19
Deweloper Road Turtle Games
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gyazo Source",
    "description": "Replaces the Gyazo GIF player with the MP4 player.",
    "version": "1.1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.gyazo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Gyazo Source",
        "default_icon": "icon.png"
    }
}