Show Cricket Full Screen
This extension allows the user to show the control bar on cricket live Australia.
What is Show Cricket Full Screen?
Show Cricket Full Screen is a Chrome extension developed by jdunlop467, and its main feature is "This extension allows the user to show the control bar on cricket live Australia.".
Download Show Cricket Full Screen Extension CRX File
Download Show Cricket Full Screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | mpiccempphmmkbcapkpdckdoedpolobj |
Official URL | https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj |
Description | This extension allows the user to show the control bar on cricket live Australia. |
File Size | 131 KB |
Installation Count | 135 |
Current Version | 1.0 |
Last Updated | 2017-12-13 |
Publish Date | 2017-12-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jdunlop467 |
Payment Type | free |
Extension Website | http://www.meatyboys.com |
Supported Languages | 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" ] } |