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.
扩展基本信息
名称 | ![]() |
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" } } |