.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
官方網址 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"
    ]
}