OhtaniMeter

Displays the number of HR of Shohei Ohtani

OhtaniMeter là gì?

OhtaniMeter là một tiện ích mở rộng Chrome được phát triển bởi krpk1900, và tính năng chính của nó là "Displays the number of HR of Shohei Ohtani".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        This extension shows the HR number of Shohei Ohtani.

When Otani hits HR, the number of HR is automatically updated and the notification badge changes to unread red. Click to mark it as read and the notification badge will turn blue.

A pop-up that can be opened with a click shows a link to a YouTube or Twitter video where you can watch the latest HR.

developer:https://twitter.com/krpk1900_dev                    

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

Tên OhtaniMeter OhtaniMeter
ID pbipgkaadgdbakhonngkopmnofndhdem
URL Chính Thức https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem
Mô tả Displays the number of HR of Shohei Ohtani
Kích Thước Tệp 23.58 KB
Số Lần Cài Đặt 643
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2021-07-11
Đánh Giá 4.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển krpk1900
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_Name__",
    "version": "1.0.0",
    "description": "__MSG_Description__",
    "icons": {
        "48": "baseball.png"
    },
    "browser_action": {
        "default_icon": "baseball.png",
        "default_title": "__MSG_Name__",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/www.googletagmanager.com; object-src 'self'"
}