Cricket Live Fullscreen

Adds a fullscreen button to Cricket Australia streaming.

什麼是Cricket Live Fullscreen?

Cricket Live Fullscreen是由benthomasknight開發的Chrome擴展程式,該擴展的主要功能是“Adds a fullscreen button to Cricket Australia streaming.”。

擴展截圖

screenshot

下載Cricket Live Fullscreen擴展crx文件

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

擴展使用說明

                        Cricket Australia does not provide a full screen button for its live streaming video player for many of its matches. This extension adds the button in.                    

擴展基本資訊

名稱 Cricket Live Fullscreen Cricket Live Fullscreen
ID flnfichomjklblpnldfdijabcjapmdfj
官方網址 https://chrome.google.com/webstore/detail/cricket-live-fullscreen/flnfichomjklblpnldfdijabcjapmdfj
簡介 Adds a fullscreen button to Cricket Australia streaming.
檔案大小 9.07 KB
安裝次數 590
目前版本 0.0.1
更新時間 2017-01-17
上架時間 2017-01-17
評分 5.00/5 共 6 次評分
開發者 benthomasknight
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/benthomasknight/CricketAustraliaFullscreen
說明頁面URL https://github.com/benthomasknight/CricketAustraliaFullscreen
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cricket Live Fullscreen",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Adds a fullscreen button to Cricket Australia streaming.",
    "icons": {
        "128": "images\/icon.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Cricket Australia Fullscreen"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/live.cricket.com.au\/*"
            ],
            "js": [
                "scripts\/contentInjection.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/injection.js"
    ]
}