OhtaniMeter

Displays the number of HR of Shohei Ohtani

Что такое OhtaniMeter?

OhtaniMeter - это расширение Chrome, разработанное krpk1900, и его основная функция - "Displays the number of HR of Shohei Ohtani".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения OhtaniMeter

Скачайте файлы расширений OhtaniMeter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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'"
}