Chrome Video To GIF

FREE FOR A LIMITED TIME ONLY This allows you to download HTML5 videos from web pages as gif files. Mostly intended to be used on…

什麼是Chrome Video To GIF?

Chrome Video To GIF是由Nathaniel Higgins開發的Chrome擴展程式,該擴展的主要功能是“FREE FOR A LIMITED TIME ONLY This allows you to download HTML5 videos from web pages as gif files. Mostly intended to be used on…”。

擴展截圖

screenshot

下載Chrome Video To GIF擴展crx文件

下載Chrome Video To GIF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        FREE FOR A LIMITED TIME ONLY

This allows you to download HTML5 videos from web pages as gif files.

Mostly intended to be used on Twitter.com where uploaded gifs are converted to videos for efficiency. This allows you to redownload them as GIFs.                    

擴展基本資訊

名稱 Chrome Video To GIF Chrome Video To GIF
ID ffcmfnnphbhjfconphblaofghficicbg
官方網址 https://chromewebstore.google.com/detail/chrome-video-to-gif/ffcmfnnphbhjfconphblaofghficicbg
簡介 FREE FOR A LIMITED TIME ONLY This allows you to download HTML5 videos from web pages as gif files. Mostly intended to be used on…
檔案大小 5.99 MB
安裝次數 528
目前版本 1.0.1
更新時間 2015-05-26
上架時間 2015-05-26
評分 3.33/5 共 3 次評分
開發者 Nathaniel Higgins
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Video To GIF",
    "version": "1.0.1",
    "permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/pbs.twimg.com\/",
        "https:\/\/twitter.com\/",
        "tabs"
    ],
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "worker.js",
        "node_modules\/videoconverter\/build\/ffmpeg.js"
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}