.gif to .gifv
Tired of viewing gifs on Imgur? Use gifv!
Apa itu .gif to .gifv?
.gif to .gifv adalah ekstensi Chrome yang dikembangkan oleh https://gabrielsimmer.com, dan fitur utamanya adalah "Tired of viewing gifs on Imgur? Use gifv!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi .gif to .gifv
Unduh file ekstensi .gif to .gifv dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | .gif to .gifv |
ID | pggolgiepljnbneibppcpbklcfjhgmdb |
URL Resmi | https://chromewebstore.google.com/detail/gif-to-gifv/pggolgiepljnbneibppcpbklcfjhgmdb |
Deskripsi | Tired of viewing gifs on Imgur? Use gifv! |
Ukuran File | 3.24 KB |
Jumlah Instalasi | 457 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-01-21 |
Tanggal Publikasi | 2016-01-20 |
Penilaian | 3.60/5 Total 5 Penilaian |
Pengembang | https://gabrielsimmer.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |