Show Cricket Full Screen
This extension allows the user to show the control bar on cricket live Australia.
Apa itu Show Cricket Full Screen?
Show Cricket Full Screen adalah ekstensi Chrome yang dikembangkan oleh jdunlop467, dan fitur utamanya adalah "This extension allows the user to show the control bar on cricket live Australia.".
Unduh Berkas CRX Ekstensi Show Cricket Full Screen
Unduh file ekstensi Show Cricket Full Screen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | mpiccempphmmkbcapkpdckdoedpolobj |
URL Resmi | https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj |
Deskripsi | This extension allows the user to show the control bar on cricket live Australia. |
Ukuran File | 131 KB |
Jumlah Instalasi | 135 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-12-13 |
Tanggal Publikasi | 2017-12-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | jdunlop467 |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.meatyboys.com |
Bahasa yang Didukung | 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" ] } |