.gif to .gifv

Tired of viewing gifs on Imgur? Use gifv!

什么是.gif to .gifv?

.gif to .gifv是由https://gabrielsimmer.com开发的Chrome扩展程序,该扩展的主要功能是“Tired of viewing gifs on Imgur? Use gifv!”。

扩展截图

screenshot
screenshot

下载.gif to .gifv扩展crx文件

下载.gif to .gifv扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This package is intended for Imgur links only!

Tired of loading the slow .gifs that most people will link to when submitting content! Fear not! This /tiny/ extension automatically redirects you to the faster, newer .gifv!                    

扩展基本信息

名称 .gif to .gifv .gif to .gifv
ID pggolgiepljnbneibppcpbklcfjhgmdb
官方URL https://chromewebstore.google.com/detail/gif-to-gifv/pggolgiepljnbneibppcpbklcfjhgmdb
简介 Tired of viewing gifs on Imgur? Use gifv!
文件大小 3.24 KB
安装次数 457
当前版本 0.1
更新时间 2016-01-21
上架时间 2016-01-20
评分 3.60/5 共5次评分
开发者 https://gabrielsimmer.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": ".gif to .gifv",
    "description": "Tired of viewing gifs on Imgur? Use gifv!",
    "version": "0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/i.imgur.com\/*.gif",
        "*:\/\/www.i.imgur.com\/*.gif",
        "webRequestBlocking"
    ]
}