OhtaniMeter
Displays the number of HR of Shohei Ohtani
Cos'è OhtaniMeter?
OhtaniMeter è un'estensione di Chrome sviluppata da krpk1900, e la sua funzione principale è "Displays the number of HR of Shohei Ohtani".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OhtaniMeter
Scarica i file di estensione OhtaniMeter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | OhtaniMeter |
ID | pbipgkaadgdbakhonngkopmnofndhdem |
URL Ufficiale | https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem |
Descrizione | Displays the number of HR of Shohei Ohtani |
Dimensione del File | 23.58 KB |
Conteggio Installazioni | 643 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2024-02-24 |
Data di Pubblicazione | 2021-07-11 |
Valutazione | 4.58/5 Totale 12 Valutazioni |
Sviluppatore | krpk1900 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |