Gyazo Source

Replaces the Gyazo GIF player with the MP4 player.

Vad är Gyazo Source?

Gyazo Source är en Chrome-tillägg utvecklad av Road Turtle Games, och dess huvudfunktion är "Replaces the Gyazo GIF player with the MP4 player.".

Ladda ner Gyazo Source-förlängningens CRX-fil

Ladda ner Gyazo Source-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Replaces the Gyazo GIF player with the MP4 player.                    

Grundläggande Information om Tillägg

Namn Gyazo Source Gyazo Source
ID hffpbnjmgmdfkggiddbcjonockehgcfd
Officiell webbadress https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd
Beskrivning Replaces the Gyazo GIF player with the MP4 player.
Filstorlek 3.9 KB
Antal Installationer 10
Aktuell Version 1.1.1
Senast Uppdaterad 2015-07-19
Publiceringsdatum 2015-07-19
Utvecklare Road Turtle Games
Betalningssätt free
Stödda Språk 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"
    }
}