Live Cricket Score

This extension shows live Cricket Scores

什麼是Live Cricket Score?

Live Cricket Score是由Jalak Vora開發的Chrome擴展程式,該擴展的主要功能是“This extension shows live Cricket Scores”。

擴展截圖

screenshot

下載Live Cricket Score擴展crx文件

下載Live Cricket Score擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It displays scores of current ongoing matches as well as give information about upcoming matches.User can see full scorecard by clicking on relevant item on list which will redirect them to cricinfo page.                    

擴展基本資訊

名稱 Live Cricket Score Live Cricket Score
ID fjidjnpomilnlnmbknpnanmkdjhbfgko
官方網址 https://chrome.google.com/webstore/detail/live-cricket-score/fjidjnpomilnlnmbknpnanmkdjhbfgko
簡介 This extension shows live Cricket Scores
檔案大小 286 KB
安裝次數 1,000
目前版本 1.0
更新時間 2016-03-06
上架時間 2016-03-06
評分 4.30/5 共 10 次評分
開發者 Jalak Vora
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Cricket Score",
    "description": "This extension shows live Cricket Scores",
    "version": "1.0",
    "icons": {
        "16": "\/img\/icon16.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Show Live Cricket Score!",
        "default_icon": "\/img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}