Gyazo GIF to MP4
An extension to change GIFs to MP4 version on Gyazo
Cos'è Gyazo GIF to MP4?
Gyazo GIF to MP4 è un'estensione di Chrome sviluppata da lukasmcd14, e la sua funzione principale è "An extension to change GIFs to MP4 version on Gyazo".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gyazo GIF to MP4
Scarica i file di estensione Gyazo GIF to MP4 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | phpfbeibpmjjinlbohgmpejeoecgblkg |
URL Ufficiale | https://chrome.google.com/webstore/detail/gyazo-gif-to-mp4/phpfbeibpmjjinlbohgmpejeoecgblkg |
Descrizione | An extension to change GIFs to MP4 version on Gyazo |
Dimensione del File | 23.03 KB |
Conteggio Installazioni | 363 |
Versione Corrente | 1.0.2.1 |
Ultimo Aggiornamento | 2016-12-03 |
Data di Pubblicazione | 2016-12-03 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | lukasmcd14 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |