OhtaniMeter
Displays the number of HR of Shohei Ohtani
Apa itu OhtaniMeter?
OhtaniMeter adalah ekstensi Chrome yang dikembangkan oleh krpk1900, dan fitur utamanya adalah "Displays the number of HR of Shohei Ohtani".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OhtaniMeter
Unduh file ekstensi OhtaniMeter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | OhtaniMeter |
ID | pbipgkaadgdbakhonngkopmnofndhdem |
URL Resmi | https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem |
Deskripsi | Displays the number of HR of Shohei Ohtani |
Ukuran File | 23.58 KB |
Jumlah Instalasi | 643 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2024-02-24 |
Tanggal Publikasi | 2021-07-11 |
Penilaian | 4.58/5 Total 12 Penilaian |
Pengembang | krpk1900 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |