OhtaniMeter
Displays the number of HR of Shohei Ohtani
Was ist OhtaniMeter?
OhtaniMeter ist eine Chrome-Erweiterung, die von krpk1900 entwickelt wurde, und ihr Hauptmerkmal ist "Displays the number of HR of Shohei Ohtani".
Erweiterungsscreenshots
OhtaniMeter-Erweiterungs-CRX-Datei herunterladen
Laden Sie OhtaniMeter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | OhtaniMeter |
ID | pbipgkaadgdbakhonngkopmnofndhdem |
Offizielle URL | https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem |
Beschreibung | Displays the number of HR of Shohei Ohtani |
Dateigröße | 23.58 KB |
Installationsanzahl | 643 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2024-02-24 |
Veröffentlichungsdatum | 2021-07-11 |
Bewertung | 4.58/5 Insgesamt 12 Bewertungen |
Entwickler | krpk1900 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |