Show Cricket Full Screen

This extension allows the user to show the control bar on cricket live Australia.

什麼是Show Cricket Full Screen?

Show Cricket Full Screen是由jdunlop467開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to show the control bar on cricket live Australia.”。

下載Show Cricket Full Screen擴展crx文件

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

擴展使用說明

                        By pressing the button when on the cricket live Australia stream, the controls on the video will show up and you can then make the video full screen.


credit:
N.Lloyd - Lead Strategist
J.Hall - Contemplation Catalyst                    

擴展基本資訊

名稱 Show Cricket Full Screen Show Cricket Full Screen
ID mpiccempphmmkbcapkpdckdoedpolobj
官方網址 https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj
簡介 This extension allows the user to show the control bar on cricket live Australia.
檔案大小 131 KB
安裝次數 135
目前版本 1.0
更新時間 2017-12-13
上架時間 2017-12-13
評分 5.00/5 共 1 次評分
開發者 jdunlop467
付費類型 free
擴展官網 http://www.meatyboys.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Cricket Full Screen",
    "description": "This extension allows the user to show the control bar on cricket live Australia.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}