Gyazo GIF to MP4
An extension to change GIFs to MP4 version on Gyazo
Qu'est-ce que Gyazo GIF to MP4 ?
Gyazo GIF to MP4 est une extension Chrome développée par lukasmcd14, et sa fonction principale est "An extension to change GIFs to MP4 version on Gyazo".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gyazo GIF to MP4
Téléchargez les fichiers d'extension Gyazo GIF to MP4 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | phpfbeibpmjjinlbohgmpejeoecgblkg |
URL Officiel | https://chrome.google.com/webstore/detail/gyazo-gif-to-mp4/phpfbeibpmjjinlbohgmpejeoecgblkg |
Description | An extension to change GIFs to MP4 version on Gyazo |
Taille du Fichier | 23.03 KB |
Nombre d'Installations | 363 |
Version Actuelle | 1.0.2.1 |
Dernière Mise à Jour | 2016-12-03 |
Date de Publication | 2016-12-03 |
Évaluation | 3.67/5 Total 6 Évaluations |
Développeur | lukasmcd14 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |