Gyazo GIF to MP4
An extension to change GIFs to MP4 version on Gyazo
Hvad er Gyazo GIF to MP4?
Gyazo GIF to MP4 er en Chrome-udvidelse udviklet af lukasmcd14, og dens hovedfunktion er "An extension to change GIFs to MP4 version on Gyazo".
Udvidelsesskærmbilleder
Download Gyazo GIF to MP4-udvidelses-CRX-fil
Download Gyazo GIF to MP4-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | phpfbeibpmjjinlbohgmpejeoecgblkg |
Officiel URL | https://chrome.google.com/webstore/detail/gyazo-gif-to-mp4/phpfbeibpmjjinlbohgmpejeoecgblkg |
Beskrivelse | An extension to change GIFs to MP4 version on Gyazo |
Filstørrelse | 23.03 KB |
Antal Installationer | 363 |
Nuværende Version | 1.0.2.1 |
Senest Opdateret | 2016-12-03 |
Udgivelsesdato | 2016-12-03 |
Bedømmelse | 3.67/5 Samlet 6 Bedømmelser |
Udvikler | lukasmcd14 |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |