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.
什么是Imgur Gifv as MP4 Downloader?
Imgur Gifv as MP4 Downloader是由Ricky Notaro开发的Chrome扩展程序,该扩展的主要功能是“Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device.”。
扩展截图
下载Imgur Gifv as MP4 Downloader扩展crx文件
下载Imgur Gifv as MP4 Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on the extension icon to download the MP4 file while you are on imgur. :) 扩展基本信息
| 名称 | |
| ID | homgaeandhcohhcfbfdeohljedelgijc |
| 官方URL | https://chromewebstore.google.com/detail/imgur-gifv-as-mp4-downloa/homgaeandhcohhcfbfdeohljedelgijc |
| 简介 | Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device. |
| 文件大小 | 16.26 KB |
| 安装次数 | 977 |
| 当前版本 | 0.12 |
| 更新时间 | 2018-02-17 |
| 上架时间 | 2018-02-17 |
| 评分 | 3.83/5 共18次评分 |
| 开发者 | Ricky Notaro |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://www.rickynotaro.com |
| 支持的语言 | 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\/"
} | |