Gyazo Source

Replaces the Gyazo GIF player with the MP4 player.

Hvad er Gyazo Source?

Gyazo Source er en Chrome-udvidelse udviklet af Road Turtle Games, og dens hovedfunktion er "Replaces the Gyazo GIF player with the MP4 player.".

Download Gyazo Source-udvidelses-CRX-fil

Download Gyazo Source-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Replaces the Gyazo GIF player with the MP4 player.                    

Grundlæggende oplysninger om udvidelsen

Navn Gyazo Source Gyazo Source
ID hffpbnjmgmdfkggiddbcjonockehgcfd
Officiel URL https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd
Beskrivelse Replaces the Gyazo GIF player with the MP4 player.
Filstørrelse 3.9 KB
Antal Installationer 10
Nuværende Version 1.1.1
Senest Opdateret 2015-07-19
Udgivelsesdato 2015-07-19
Udvikler Road Turtle Games
Betalingsmetode free
Understøttede Sprog 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"
    }
}