9gag GIF addon

This addon automaticaly shows you the length of every gif on the website 9gag.com

9gag GIF addonคืออะไร?

9gag GIF addon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blazzfreezz และคุณลักษณะหลักของมันคือ "This addon automaticaly shows you the length of every gif on the website 9gag.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 9gag GIF addon

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

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

                                            

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

ชื่อ 9gag GIF addon 9gag GIF addon
ID giecpanbgcpgknljcmphhhfmbppmhhih
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/9gag-gif-addon/giecpanbgcpgknljcmphhhfmbppmhhih
คำอธิบาย This addon automaticaly shows you the length of every gif on the website 9gag.com
ขนาดไฟล์ 3.44 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-02-06
วันที่เผยแพร่ 2017-02-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Blazzfreezz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://9gag.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag GIF addon",
    "short_name": "9gag is lyfe",
    "description": "This addon automaticaly shows you the length of every gif on the website 9gag.com",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/9gag.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ]
}