BaseBall Scoreboard

Keep track of all of the day’s baseball game scores.

BaseBall Scoreboard là gì?

BaseBall Scoreboard là một tiện ích mở rộng Chrome được phát triển bởi https://stefanxo.com, và tính năng chính của nó là "Keep track of all of the day’s baseball game scores.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BaseBall Scoreboard

Tải xuống các tệp mở rộng BaseBall Scoreboard 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

                        Keep track of all of the day’s baseball games scores.

The BaseBall Scoreboard gives you up-to-the-moment news on all of the day’s games. Check the pitching match-ups, who’s at bat, and who’s on base as they happen on the field.                    

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

Tên BaseBall Scoreboard BaseBall Scoreboard
ID agadfdkijldlopjlbegiklkfdbmhpecj
URL Chính Thức https://chromewebstore.google.com/detail/baseball-scoreboard/agadfdkijldlopjlbegiklkfdbmhpecj
Mô tả Keep track of all of the day’s baseball game scores.
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 736
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2018-08-31
Ngày Phát Hành 2018-08-30
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://stefanxo.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BaseBall Scoreboard",
    "short_name": "BaseBall Scoreboard",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Keep track of all of the day\u2019s baseball game scores.",
    "icons": {
        "16": "image\/icon16x16.png",
        "48": "image\/icon48x48.png",
        "128": "image\/icon128x128.png"
    },
    "sandbox": {
        "pages": [
            "templates.html"
        ]
    },
    "background": {
        "page": "global.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "image\/icon16x16.png"
        },
        "default_popup": "scoreboard.ticker.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/mlb.mlb.com\/",
        "http:\/\/gdx.mlb.com\/"
    ]
}