.gif to .gifv
Tired of viewing gifs on Imgur? Use gifv!
What is .gif to .gifv?
.gif to .gifv is a Chrome extension developed by https://gabrielsimmer.com, and its main feature is "Tired of viewing gifs on Imgur? Use gifv!".
Extension Screenshots
Download .gif to .gifv Extension CRX File
Download .gif to .gifv extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | .gif to .gifv |
ID | pggolgiepljnbneibppcpbklcfjhgmdb |
Official URL | https://chromewebstore.google.com/detail/gif-to-gifv/pggolgiepljnbneibppcpbklcfjhgmdb |
Description | Tired of viewing gifs on Imgur? Use gifv! |
File Size | 3.24 KB |
Installation Count | 457 |
Current Version | 0.1 |
Last Updated | 2016-01-21 |
Publish Date | 2016-01-20 |
Rating | 3.60/5 Total 5 Ratings |
Developer | https://gabrielsimmer.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |