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 |
| 官方網址 | 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\/"
} | |