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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } |