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 |
| Eメール | [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\/"
} | |