OhtaniMeter
Displays the number of HR of Shohei Ohtani
Wat is OhtaniMeter?
OhtaniMeter is een Chrome-extensie ontwikkeld door krpk1900, en de belangrijkste functie is "Displays the number of HR of Shohei Ohtani".
Extensie Screenshots
Download het CRX-bestand van de extensie OhtaniMeter
Download OhtaniMeter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | OhtaniMeter |
ID | pbipgkaadgdbakhonngkopmnofndhdem |
Officiële URL | https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem |
Beschrijving | Displays the number of HR of Shohei Ohtani |
Bestandsgrootte | 23.58 KB |
Aantal Installaties | 643 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2024-02-24 |
Publicatiedatum | 2021-07-11 |
Beoordeling | 4.58/5 Totaal 12 Beoordelingen |
Ontwikkelaar | krpk1900 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |