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 |
| 官方網址 | 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"
}
} | |