OhtaniMeter

Displays the number of HR of Shohei Ohtani

Qu'est-ce que OhtaniMeter ?

OhtaniMeter est une extension Chrome développée par krpk1900, et sa fonction principale est "Displays the number of HR of Shohei Ohtani".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension OhtaniMeter

Téléchargez les fichiers d'extension OhtaniMeter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom OhtaniMeter OhtaniMeter
ID pbipgkaadgdbakhonngkopmnofndhdem
URL Officiel https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem
Description Displays the number of HR of Shohei Ohtani
Taille du Fichier 23.58 KB
Nombre d'Installations 643
Version Actuelle 1.0.0
Dernière Mise à Jour 2024-02-24
Date de Publication 2021-07-11
Évaluation 4.58/5 Total 12 Évaluations
Développeur krpk1900
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}