Show Cricket Full Screen

This extension allows the user to show the control bar on cricket live Australia.

Show Cricket Full Screen là gì?

Show Cricket Full Screen là một tiện ích mở rộng Chrome được phát triển bởi jdunlop467, và tính năng chính của nó là "This extension allows the user to show the control bar on cricket live Australia.".

Tải xuống tệp CRX của tiện ích mở rộng Show Cricket Full Screen

Tải xuống các tệp mở rộng Show Cricket Full Screen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Show Cricket Full Screen Show Cricket Full Screen
ID mpiccempphmmkbcapkpdckdoedpolobj
URL Chính Thức https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj
Mô tả This extension allows the user to show the control bar on cricket live Australia.
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-12-13
Ngày Phát Hành 2017-12-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jdunlop467
Loại Thanh Toán free
Trang Web Mở Rộng http://www.meatyboys.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}