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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ricky Notaro และคุณลักษณะหลักของมันคือ "Imgur GifV MP4 Downloader is a ultralight chrome extension allowing you to download imgur Gifv files as a MP4 on your device."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgur Gifv as MP4 Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Imgur Gifv as MP4 Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Click on the extension icon to download the MP4 file while you are on imgur. :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Imgur Gifv as MP4 Downloader Imgur Gifv as MP4 Downloader
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\/"
}