9cloud bypass

Bypass download timer on 9cloud

9cloud bypassคืออะไร?

9cloud bypass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Linus Juhlin และคุณลักษณะหลักของมันคือ "Bypass download timer on 9cloud"

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

screenshot

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

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

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

                        This extension bypasses the download timer on 9cloud.us                    

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

ชื่อ 9cloud bypass 9cloud bypass
ID cnaiffnnbnodlokggeohehegjdheppmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/9cloud-bypass/cnaiffnnbnodlokggeohehegjdheppmo
คำอธิบาย Bypass download timer on 9cloud
ขนาดไฟล์ 35.53 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-01-16
วันที่เผยแพร่ 2013-01-16
คะแนน 1.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Linus Juhlin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9cloud bypass",
    "version": "1.0",
    "description": "Bypass download timer on 9cloud",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.9cloud.us\/*"
            ],
            "js": [
                "jquery.js",
                "bg.js"
            ]
        }
    ]
}