OhtaniMeter

Displays the number of HR of Shohei Ohtani

¿Qué es OhtaniMeter?

OhtaniMeter es una extensión de Chrome desarrollada por krpk1900, y su función principal es "Displays the number of HR of Shohei Ohtani".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OhtaniMeter

Descarga archivos de extensión OhtaniMeter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre OhtaniMeter OhtaniMeter
ID pbipgkaadgdbakhonngkopmnofndhdem
URL Oficial https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem
Descripción Displays the number of HR of Shohei Ohtani
Tamaño del Archivo 23.58 KB
Cantidad de Instalaciones 643
Versión Actual 1.0.0
Última Actualización 2024-02-24
Fecha de Publicación 2021-07-11
Calificación 4.58/5 Total de 12 Calificaciones
Desarrollador krpk1900
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}