Show Cricket Full Screen

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

¿Qué es Show Cricket Full Screen?

Show Cricket Full Screen es una extensión de Chrome desarrollada por jdunlop467, y su función principal es "This extension allows the user to show the control bar on cricket live Australia.".

Descargar Archivo CRX de la Extensión Show Cricket Full Screen

Descarga archivos de extensión Show Cricket Full Screen en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Show Cricket Full Screen Show Cricket Full Screen
ID mpiccempphmmkbcapkpdckdoedpolobj
URL Oficial https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj
Descripción This extension allows the user to show the control bar on cricket live Australia.
Tamaño del Archivo 131 KB
Cantidad de Instalaciones 135
Versión Actual 1.0
Última Actualización 2017-12-13
Fecha de Publicación 2017-12-13
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador jdunlop467
Tipo de Pago free
Sitio Web de la Extensión http://www.meatyboys.com
Idiomas Soportados 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"
    ]
}