OhtaniMeter

Displays the number of HR of Shohei Ohtani

What is OhtaniMeter?

OhtaniMeter is a Chrome extension developed by krpk1900, and its main feature is "Displays the number of HR of Shohei Ohtani".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download OhtaniMeter Extension CRX File

Download OhtaniMeter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name OhtaniMeter OhtaniMeter
ID pbipgkaadgdbakhonngkopmnofndhdem
Official URL https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem
Description Displays the number of HR of Shohei Ohtani
File Size 23.58 KB
Installation Count 643
Current Version 1.0.0
Last Updated 2024-02-24
Publish Date 2021-07-11
Rating 4.58/5 Total 12 Ratings
Developer krpk1900
Email [email protected]
Payment Type free
Supported Languages 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'"
}