.gif to .gifv
Tired of viewing gifs on Imgur? Use gifv!
Vad är .gif to .gifv?
.gif to .gifv är en Chrome-tillägg utvecklad av https://gabrielsimmer.com, och dess huvudfunktion är "Tired of viewing gifs on Imgur? Use gifv!".
Tilläggsskärmbilder
Ladda ner .gif to .gifv-förlängningens CRX-fil
Ladda ner .gif to .gifv-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | pggolgiepljnbneibppcpbklcfjhgmdb |
| Officiell webbadress | https://chromewebstore.google.com/detail/gif-to-gifv/pggolgiepljnbneibppcpbklcfjhgmdb |
| Beskrivning | Tired of viewing gifs on Imgur? Use gifv! |
| Filstorlek | 3.24 KB |
| Antal Installationer | 457 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2016-01-21 |
| Publiceringsdatum | 2016-01-20 |
| Betyg | 3.60/5 Totalt 5 Betyg |
| Utvecklare | https://gabrielsimmer.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |