Show Cricket Full Screen
This extension allows the user to show the control bar on cricket live Australia.
Qu'est-ce que Show Cricket Full Screen ?
Show Cricket Full Screen est une extension Chrome développée par jdunlop467, et sa fonction principale est "This extension allows the user to show the control bar on cricket live Australia.".
Télécharger le fichier CRX de l'extension Show Cricket Full Screen
Téléchargez les fichiers d'extension Show Cricket Full Screen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | mpiccempphmmkbcapkpdckdoedpolobj |
URL Officiel | https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj |
Description | This extension allows the user to show the control bar on cricket live Australia. |
Taille du Fichier | 131 KB |
Nombre d'Installations | 135 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-12-13 |
Date de Publication | 2017-12-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jdunlop467 |
Type de Paiement | free |
Site Web de l'Extension | http://www.meatyboys.com |
Langues Prises en Charge | 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" ] } |