OhtaniMeter
Displays the number of HR of Shohei Ohtani
ما هو OhtaniMeter؟
OhtaniMeter هو إضافة Chrome تم تطويرها بواسطة krpk1900، والميزة الرئيسية لها هي "Displays the number of HR of Shohei Ohtani".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OhtaniMeter
قم بتنزيل ملفات الامتداد OhtaniMeter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | OhtaniMeter |
ID | pbipgkaadgdbakhonngkopmnofndhdem |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ohtanimeter/pbipgkaadgdbakhonngkopmnofndhdem |
الوصف | Displays the number of HR of Shohei Ohtani |
حجم الملف | 23.58 KB |
عدد التثبيتات | 643 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2024-02-24 |
تاريخ النشر | 2021-07-11 |
تقييم | 4.58/5 مجموع تقييمات 12 |
المطور | krpk1900 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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'" } |