9gag AutoPlay

You can just sit back and eat chips

9gag AutoPlayคืออะไร?

9gag AutoPlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krystof1000 และคุณลักษณะหลักของมันคือ "You can just sit back and eat chips"

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

screenshot

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

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

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

                        You can just sit back and eat chips.

For best experience:
1. Open a new tab and enter address chrome://flags/
2. Find Smooth Scrolling flag.
3. Click Enable
4. Restart Chrome browser..                    

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

ชื่อ 9gag AutoPlay 9gag AutoPlay
ID hokhmphaijobhgjgjgcdoglgoaehaooh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/9gag-autoplay/hokhmphaijobhgjgjgcdoglgoaehaooh
คำอธิบาย You can just sit back and eat chips
ขนาดไฟล์ 39.69 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2013-08-01
วันที่เผยแพร่ 2013-08-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา krystof1000
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag AutoPlay",
    "description": "You can just sit back and eat chips",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/9gag.com\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}