Show Cricket Full Screen
This extension allows the user to show the control bar on cricket live Australia.
Show Cricket Full Screenとは何ですか?
Show Cricket Full Screenはjdunlop467によって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to show the control bar on cricket live Australia.」です。
Show Cricket Full Screen拡張機能のCRXファイルをダウンロード
Show Cricket Full Screen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | mpiccempphmmkbcapkpdckdoedpolobj |
公式URL | https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj |
説明 | This extension allows the user to show the control bar on cricket live Australia. |
ファイルサイズ | 131 KB |
インストール数 | 135 |
現在のバージョン | 1.0 |
最終更新日 | 2017-12-13 |
公開日 | 2017-12-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | jdunlop467 |
支払い方法 | free |
拡張機能のウェブサイト | http://www.meatyboys.com |
対応言語 | 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" ] } |