OhtaniMeter
Displays the number of HR of Shohei Ohtani
O que é OhtaniMeter?
OhtaniMeter é uma extensão do Chrome desenvolvida por krpk1900, e sua principal característica é "Displays the number of HR of Shohei Ohtani".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OhtaniMeter
Baixe arquivos de extensão OhtaniMeter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | OhtaniMeter |
ID | pbipgkaadgdbakhonngkopmnofndhdem |
URL Oficial | https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem |
Descrição | Displays the number of HR of Shohei Ohtani |
Tamanho do Arquivo | 23.58 KB |
Contagem de Instalações | 643 |
Versão Atual | 1.0.0 |
Última Atualização | 2024-02-24 |
Data de Publicação | 2021-07-11 |
Classificação | 4.58/5 Total de 12 Avaliações |
Desenvolvedor | krpk1900 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |