Show Cricket Full Screen
This extension allows the user to show the control bar on cricket live Australia.
Was ist Show Cricket Full Screen?
Show Cricket Full Screen ist eine Chrome-Erweiterung, die von jdunlop467 entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to show the control bar on cricket live Australia.".
Show Cricket Full Screen-Erweiterungs-CRX-Datei herunterladen
Laden Sie Show Cricket Full Screen-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | mpiccempphmmkbcapkpdckdoedpolobj |
Offizielle URL | https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj |
Beschreibung | This extension allows the user to show the control bar on cricket live Australia. |
Dateigröße | 131 KB |
Installationsanzahl | 135 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-12-13 |
Veröffentlichungsdatum | 2017-12-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | jdunlop467 |
Zahlungsart | free |
Erweiterungswebsite | http://www.meatyboys.com |
Unterstützte Sprachen | 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" ] } |