Gyazo GIF to MP4

An extension to change GIFs to MP4 version on Gyazo

什么是Gyazo GIF to MP4?

Gyazo GIF to MP4是由lukasmcd14开发的Chrome扩展程序,该扩展的主要功能是“An extension to change GIFs to MP4 version on Gyazo”。

扩展截图

screenshot
screenshot

下载Gyazo GIF to MP4扩展crx文件

下载Gyazo GIF to MP4扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you sick of having to switch those Gyazo GIFs over to MP4? Well why bother. With this extension, the GIF will switch automatically over to MP4 format allowing for faster, smoother playback.

Images used, with permission, contain OG_Arist0tle. You can find him over at https://twitch.tv/og_arist0tle                    

扩展基本信息

名称 Gyazo GIF to MP4 Gyazo GIF to MP4
ID phpfbeibpmjjinlbohgmpejeoecgblkg
官方URL https://chrome.google.com/webstore/detail/gyazo-gif-to-mp4/phpfbeibpmjjinlbohgmpejeoecgblkg
简介 An extension to change GIFs to MP4 version on Gyazo
文件大小 23.03 KB
安装次数 363
当前版本 1.0.2.1
更新时间 2016-12-03
上架时间 2016-12-03
评分 3.67/5 共6次评分
开发者 lukasmcd14
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gyazo GIF to MP4",
    "short_name": "GIF to MP4",
    "version": "1.0.2.1",
    "manifest_version": 2,
    "description": "An extension to change GIFs to MP4 version on Gyazo",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "author": "Lukas McDiarmid",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gyazo.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/injectGyazo.js"
    ]
}