Show Cricket Full Screen

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

Vad är Show Cricket Full Screen?

Show Cricket Full Screen är en Chrome-tillägg utvecklad av jdunlop467, och dess huvudfunktion är "This extension allows the user to show the control bar on cricket live Australia.".

Ladda ner Show Cricket Full Screen-förlängningens CRX-fil

Ladda ner Show Cricket Full Screen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Show Cricket Full Screen Show Cricket Full Screen
ID mpiccempphmmkbcapkpdckdoedpolobj
Officiell webbadress https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj
Beskrivning This extension allows the user to show the control bar on cricket live Australia.
Filstorlek 131 KB
Antal Installationer 135
Aktuell Version 1.0
Senast Uppdaterad 2017-12-13
Publiceringsdatum 2017-12-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare jdunlop467
Betalningssätt free
Tilläggswebbplats http://www.meatyboys.com
Stödda Språk 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"
    ]
}