Gyazo Source

Replaces the Gyazo GIF player with the MP4 player.

Wat is Gyazo Source?

Gyazo Source is een Chrome-extensie ontwikkeld door Road Turtle Games, en de belangrijkste functie is "Replaces the Gyazo GIF player with the MP4 player.".

Download het CRX-bestand van de extensie Gyazo Source

Download Gyazo Source-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Replaces the Gyazo GIF player with the MP4 player.                    

Basisinformatie over de Extensie

Naam Gyazo Source Gyazo Source
ID hffpbnjmgmdfkggiddbcjonockehgcfd
Officiële URL https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd
Beschrijving Replaces the Gyazo GIF player with the MP4 player.
Bestandsgrootte 3.9 KB
Aantal Installaties 10
Huidige Versie 1.1.1
Laatst Bijgewerkt 2015-07-19
Publicatiedatum 2015-07-19
Ontwikkelaar Road Turtle Games
Betalingswijze free
Ondersteunde Talen 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"
    }
}