.gif to .gifv

Tired of viewing gifs on Imgur? Use gifv!

.gif to .gifv क्या है?

.gif to .gifv https://gabrielsimmer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of viewing gifs on Imgur? Use gifv!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में .gif to .gifv एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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
ईमेल [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"
    ]
}