OhtaniMeter
Displays the number of HR of Shohei Ohtani
Co to jest OhtaniMeter?
OhtaniMeter to rozszerzenie Chrome opracowane przez krpk1900, a jego główną funkcją jest „Displays the number of HR of Shohei Ohtani”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OhtaniMeter
Pobierz pliki rozszerzeń OhtaniMeter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | OhtaniMeter |
ID | pbipgkaadgdbakhonngkopmnofndhdem |
Oficjalny URL | https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem |
Opis | Displays the number of HR of Shohei Ohtani |
Rozmiar pliku | 23.58 KB |
Liczba instalacji | 643 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2024-02-24 |
Data Publikacji | 2021-07-11 |
Ocena | 4.58/5 Łącznie 12 Oceny |
Deweloper | krpk1900 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |