Gyazo Source

Replaces the Gyazo GIF player with the MP4 player.

Gyazo Sourceとは何ですか?

Gyazo SourceはRoad Turtle Gamesによって開発されたChromeの拡張機能で、その主な機能は「Replaces the Gyazo GIF player with the MP4 player.」です。

Gyazo Source拡張機能のCRXファイルをダウンロード

Gyazo Source拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces the Gyazo GIF player with the MP4 player.                    

拡張機能の基本情報

名前 Gyazo Source Gyazo Source
ID hffpbnjmgmdfkggiddbcjonockehgcfd
公式URL https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd
説明 Replaces the Gyazo GIF player with the MP4 player.
ファイルサイズ 3.9 KB
インストール数 10
現在のバージョン 1.1.1
最終更新日 2015-07-19
公開日 2015-07-19
開発者 Road Turtle Games
支払い方法 free
対応言語 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"
    }
}