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
扩展基本信息
名称 | |
ID | mpiccempphmmkbcapkpdckdoedpolobj |
官方URL | 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" ] } |