.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!」です。
拡張機能のスクリーンショット
.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 |
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 |
Eメール | [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" ] } |