Imgur Video to GIF
The quickest way to launch Imgur's video to GIF creation tool
What is Imgur Video to GIF?
Imgur Video to GIF is a Chrome extension developed by carlospro7, and its main feature is "The quickest way to launch Imgur's video to GIF creation tool".
Extension Screenshots
Download Imgur Video to GIF Extension CRX File
Download Imgur Video to GIF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Browse the web, find a video you like, and click the extension to turn it into an awesome GIF.
Extension Basic Information
Name | Imgur Video to GIF |
ID | dfjegjlpihccbcnnogcjldjgkfkaacab |
Official URL | https://chromewebstore.google.com/detail/imgur-video-to-gif/dfjegjlpihccbcnnogcjldjgkfkaacab |
Description | The quickest way to launch Imgur's video to GIF creation tool |
File Size | 34.84 KB |
Installation Count | 190 |
Current Version | 1.2.1 |
Last Updated | 2015-02-04 |
Publish Date | 2015-02-03 |
Rating | 3.67/5 Total 3 Ratings |
Developer | carlospro7 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Imgur Video to GIF", "short_name": "Imgur Vidgif", "description": "The quickest way to launch Imgur's video to GIF creation tool", "version": "1.2.1", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_title": "Imgur video to GIF" }, "permissions": [ "activeTab", "tabs", "http:\/\/imgur.com\/", "https:\/\/imgur.com\/" ] } |