Gyazo GIF to MP4
An extension to change GIFs to MP4 version on Gyazo
Apa itu Gyazo GIF to MP4?
Gyazo GIF to MP4 adalah ekstensi Chrome yang dikembangkan oleh lukasmcd14, dan fitur utamanya adalah "An extension to change GIFs to MP4 version on Gyazo".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gyazo GIF to MP4
Unduh file ekstensi Gyazo GIF to MP4 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | phpfbeibpmjjinlbohgmpejeoecgblkg |
URL Resmi | https://chrome.google.com/webstore/detail/gyazo-gif-to-mp4/phpfbeibpmjjinlbohgmpejeoecgblkg |
Deskripsi | An extension to change GIFs to MP4 version on Gyazo |
Ukuran File | 23.03 KB |
Jumlah Instalasi | 363 |
Versi Saat Ini | 1.0.2.1 |
Terakhir Diperbarui | 2016-12-03 |
Tanggal Publikasi | 2016-12-03 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | lukasmcd14 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |