.gif to .gifv

Tired of viewing gifs on Imgur? Use gifv!

.gif to .gifvคืออะไร?

.gif to .gifv เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gabrielsimmer.com และคุณลักษณะหลักของมันคือ "Tired of viewing gifs on Imgur? Use gifv!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย .gif to .gifv

ดาวน์โหลดไฟล์ส่วนขยาย .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 .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"
    ]
}