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
官方URL 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"
    }
}