Show Cricket Full Screen

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

Cos'è Show Cricket Full Screen?

Show Cricket Full Screen è un'estensione di Chrome sviluppata da jdunlop467, e la sua funzione principale è "This extension allows the user to show the control bar on cricket live Australia.".

Scarica il file CRX dell'estensione Show Cricket Full Screen

Scarica i file di estensione Show Cricket Full Screen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Show Cricket Full Screen Show Cricket Full Screen
ID mpiccempphmmkbcapkpdckdoedpolobj
URL Ufficiale https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj
Descrizione This extension allows the user to show the control bar on cricket live Australia.
Dimensione del File 131 KB
Conteggio Installazioni 135
Versione Corrente 1.0
Ultimo Aggiornamento 2017-12-13
Data di Pubblicazione 2017-12-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jdunlop467
Tipo di Pagamento free
Sito Web dell'Estensione http://www.meatyboys.com
Lingue Supportate 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"
    ]
}