Gyazo GIF to MP4
An extension to change GIFs to MP4 version on Gyazo
Wat is Gyazo GIF to MP4?
Gyazo GIF to MP4 is een Chrome-extensie ontwikkeld door lukasmcd14, en de belangrijkste functie is "An extension to change GIFs to MP4 version on Gyazo".
Extensie Screenshots
Download het CRX-bestand van de extensie Gyazo GIF to MP4
Download Gyazo GIF to MP4-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | phpfbeibpmjjinlbohgmpejeoecgblkg |
Officiële URL | https://chrome.google.com/webstore/detail/gyazo-gif-to-mp4/phpfbeibpmjjinlbohgmpejeoecgblkg |
Beschrijving | An extension to change GIFs to MP4 version on Gyazo |
Bestandsgrootte | 23.03 KB |
Aantal Installaties | 363 |
Huidige Versie | 1.0.2.1 |
Laatst Bijgewerkt | 2016-12-03 |
Publicatiedatum | 2016-12-03 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | lukasmcd14 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |