VK gif autoplay

Automatically starts playing back all gifs on the IM page of VK.com

VK gif autoplayคืออะไร?

VK gif autoplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EVIL และคุณลักษณะหลักของมันคือ "Automatically starts playing back all gifs on the IM page of VK.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VK gif autoplay

ดาวน์โหลดไฟล์ส่วนขยาย VK gif autoplay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VK gif autoplay VK gif autoplay
ID jlimlkjiamjlioaahgfjpgfnpfojfeid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vk-gif-autoplay/jlimlkjiamjlioaahgfjpgfnpfojfeid
คำอธิบาย Automatically starts playing back all gifs on the IM page of VK.com
ขนาดไฟล์ 3.66 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2018-12-18
วันที่เผยแพร่ 2018-12-18
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา EVIL
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VK gif autoplay",
    "version": "1.0.7",
    "description": "Automatically starts playing back all gifs on the IM page of VK.com",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/vk.com\/*",
                "https:\/\/vk.com\/*"
            ],
            "js": [
                "gifautoplay.js"
            ]
        }
    ]
}