Show Cricket Full Screen
This extension allows the user to show the control bar on cricket live Australia.
Wat is Show Cricket Full Screen?
Show Cricket Full Screen is een Chrome-extensie ontwikkeld door jdunlop467, en de belangrijkste functie is "This extension allows the user to show the control bar on cricket live Australia.".
Download het CRX-bestand van de extensie Show Cricket Full Screen
Download Show Cricket Full Screen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | mpiccempphmmkbcapkpdckdoedpolobj |
Officiële URL | https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj |
Beschrijving | This extension allows the user to show the control bar on cricket live Australia. |
Bestandsgrootte | 131 KB |
Aantal Installaties | 135 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-12-13 |
Publicatiedatum | 2017-12-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | jdunlop467 |
Betalingswijze | free |
Extensiewebsite | http://www.meatyboys.com |
Ondersteunde Talen | 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" ] } |