Gyazo GIF to MP4
An extension to change GIFs to MP4 version on Gyazo
Vad är Gyazo GIF to MP4?
Gyazo GIF to MP4 är en Chrome-tillägg utvecklad av lukasmcd14, och dess huvudfunktion är "An extension to change GIFs to MP4 version on Gyazo".
Tilläggsskärmbilder
Ladda ner Gyazo GIF to MP4-förlängningens CRX-fil
Ladda ner Gyazo GIF to MP4-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | phpfbeibpmjjinlbohgmpejeoecgblkg |
Officiell webbadress | https://chrome.google.com/webstore/detail/gyazo-gif-to-mp4/phpfbeibpmjjinlbohgmpejeoecgblkg |
Beskrivning | An extension to change GIFs to MP4 version on Gyazo |
Filstorlek | 23.03 KB |
Antal Installationer | 363 |
Aktuell Version | 1.0.2.1 |
Senast Uppdaterad | 2016-12-03 |
Publiceringsdatum | 2016-12-03 |
Betyg | 3.67/5 Totalt 6 Betyg |
Utvecklare | lukasmcd14 |
Betalningssätt | free |
Stödda Språk | 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" ] } |