Gyazo Source

Replaces the Gyazo GIF player with the MP4 player.

Apa itu Gyazo Source?

Gyazo Source adalah ekstensi Chrome yang dikembangkan oleh Road Turtle Games, dan fitur utamanya adalah "Replaces the Gyazo GIF player with the MP4 player.".

Unduh Berkas CRX Ekstensi Gyazo Source

Unduh file ekstensi Gyazo Source dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Replaces the Gyazo GIF player with the MP4 player.                    

Informasi Dasar Ekstensi

Nama Gyazo Source Gyazo Source
ID hffpbnjmgmdfkggiddbcjonockehgcfd
URL Resmi https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd
Deskripsi Replaces the Gyazo GIF player with the MP4 player.
Ukuran File 3.9 KB
Jumlah Instalasi 10
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2015-07-19
Tanggal Publikasi 2015-07-19
Pengembang Road Turtle Games
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}