OhtaniMeter

Displays the number of HR of Shohei Ohtani

OhtaniMeter क्या है?

OhtaniMeter krpk1900 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of HR of Shohei Ohtani"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OhtaniMeter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम OhtaniMeter OhtaniMeter
ID pbipgkaadgdbakhonngkopmnofndhdem
आधिकारिक URL https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem
विवरण Displays the number of HR of Shohei Ohtani
फ़ाइल का आकार 23.58 KB
स्थापना संख्या 643
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2024-02-24
प्रकाशन तिथि 2021-07-11
रेटिंग 4.58/5 कुल 12 रेटिंग्स
डेवलपर krpk1900
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}