Imgur Gifv as MP4 Downloader
Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.
What is Imgur Gifv as MP4 Downloader?
Imgur Gifv as MP4 Downloader is a Chrome extension developed by Ricky Notaro, and its main feature is "Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.".
Extension Screenshots
Download Imgur Gifv as MP4 Downloader Extension CRX File
Download Imgur Gifv as MP4 Downloader 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
Click on the extension icon to download the MP4 file while you are on imgur. :)
Extension Basic Information
Name | Imgur Gifv as MP4 Downloader |
ID | homgaeandhcohhcfbfdeohljedelgijc |
Official URL | https://chromewebstore.google.com/detail/imgur-gifv-as-mp4-downloa/homgaeandhcohhcfbfdeohljedelgijc |
Description | Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device. |
File Size | 16.26 KB |
Installation Count | 977 |
Current Version | 0.12 |
Last Updated | 2018-02-17 |
Publish Date | 2018-02-17 |
Rating | 3.83/5 Total 18 Ratings |
Developer | Ricky Notaro |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.rickynotaro.com |
Supported Languages | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Imgur Gifv as MP4 Downloader", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.12", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "96": "icon-96.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/imgur.com\/*", "https:\/\/imgur.com\/*", "http:\/\/*.imgur.com\/*", "https:\/\/*.imgur.com\/*", "downloads", "storage" ], "author": "Ricky Notaro-Garcia", "homepage_url": "https:\/\/rickynotaro.com\/" } |