Cricbuzz

Live Cricket scores & latest cricket news from Cricbuzz.com

Cricbuzzคืออะไร?

Cricbuzz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.cricbuzz.com และคุณลักษณะหลักของมันคือ "Live Cricket scores & latest cricket news from Cricbuzz.com"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        20,000th Test run from Sachin or a toe crushing yorker from Styen, chasing down a total of 435 or bowling a team out for less than 43, never miss a moment from your favourite game! Keep up with everything Cricket with the best Cricket extension for Chrome brought to you by the folks at Cricbuzz.com.                    

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

ชื่อ Cricbuzz Cricbuzz
ID opljecakjchbhhikbeifamamnpcdbgem
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cricbuzz/opljecakjchbhhikbeifamamnpcdbgem
คำอธิบาย Live Cricket scores & latest cricket news from Cricbuzz.com
ขนาดไฟล์ 188 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.2.9
อัปเดตครั้งล่าสุด 2012-12-05
วันที่เผยแพร่ 2012-12-05
คะแนน 4.55/5 รวมทั้งหมด 309 คะแนน
ผู้พัฒนา http://www.cricbuzz.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.cricbuzz.com
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cricbuzz",
    "version": "1.2.9",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.cricbuzz.com\/*"
            ],
            "js": [
                "\/scripts\/installCheck.js"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Live Cricket scores & latest cricket news from Cricbuzz.com",
    "icons": {
        "128": "images\/ico_128.png",
        "64": "images\/ico_64.png",
        "48": "images\/ico_48.png",
        "32": "images\/ico_32.png",
        "24": "images\/ico_24.png"
    },
    "browser_action": {
        "default_icon": "images\/ico_19.png",
        "default_title": "Cricbuzz",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "minimum_chrome_version": "18",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/mapps.cricbuzz.com\/",
        "http:\/\/*.cricbuzz.com\/*",
        "background",
        "tabs",
        "http:\/\/mapps.cricbuzz.com\/cricbuzz\/rss\/",
        "notifications"
    ]
}