OhtaniMeter
Displays the number of HR of Shohei Ohtani
Vad är OhtaniMeter?
OhtaniMeter är en Chrome-tillägg utvecklad av krpk1900, och dess huvudfunktion är "Displays the number of HR of Shohei Ohtani".
Tilläggsskärmbilder
Ladda ner OhtaniMeter-förlängningens CRX-fil
Ladda ner OhtaniMeter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | OhtaniMeter |
ID | pbipgkaadgdbakhonngkopmnofndhdem |
Officiell webbadress | https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem |
Beskrivning | Displays the number of HR of Shohei Ohtani |
Filstorlek | 23.58 KB |
Antal Installationer | 643 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2024-02-24 |
Publiceringsdatum | 2021-07-11 |
Betyg | 4.58/5 Totalt 12 Betyg |
Utvecklare | krpk1900 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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'" } |