Cricket Live Fullscreen
Adds a fullscreen button to Cricket Australia streaming.
Co je Cricket Live Fullscreen?
Cricket Live Fullscreen je rozšíření Chrome vyvinuté benthomasknight, a jeho hlavní funkcí je „Adds a fullscreen button to Cricket Australia streaming.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cricket Live Fullscreen
Stáhněte si soubory rozšíření Cricket Live Fullscreen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Cricket Australia does not provide a full screen button for its live streaming video player for many of its matches. This extension adds the button in.
Základní Informace o Rozšíření
Název | |
ID | flnfichomjklblpnldfdijabcjapmdfj |
Oficiální URL | https://chrome.google.com/webstore/detail/cricket-live-fullscreen/flnfichomjklblpnldfdijabcjapmdfj |
Popis | Adds a fullscreen button to Cricket Australia streaming. |
Velikost souboru | 9.07 KB |
Počet instalací | 590 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2017-01-17 |
Datum Vydání | 2017-01-17 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | benthomasknight |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/benthomasknight/CricketAustraliaFullscreen |
URL Stránky Nápovědy | https://github.com/benthomasknight/CricketAustraliaFullscreen |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cricket Live Fullscreen", "version": "0.0.1", "manifest_version": 2, "description": "Adds a fullscreen button to Cricket Australia streaming.", "icons": { "128": "images\/icon.png" }, "default_locale": "en", "permissions": [ "tabs" ], "page_action": { "default_icon": "images\/icon.png", "default_title": "Cricket Australia Fullscreen" }, "content_scripts": [ { "matches": [ "*:\/\/live.cricket.com.au\/*" ], "js": [ "scripts\/contentInjection.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "scripts\/injection.js" ] } |