CoronaVirus Stats
CoronaVirus (COVID-19) live status & statistics in your country.
ما هو CoronaVirus Stats؟
CoronaVirus Stats هو إضافة Chrome تم تطويرها بواسطة https://coronastats.pro، والميزة الرئيسية لها هي "CoronaVirus (COVID-19) live status & statistics in your country.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CoronaVirus Stats
قم بتنزيل ملفات الامتداد CoronaVirus Stats بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Coronavirus (COVID-19) live status & statistics in your country.
Coronavirus Live Status provides real-time information about the coronavirus (COVID-19) outbreak on the new tab page.
The extension badge will show you the confirmed cases from your country. معلومات أساسية عن التمديد
| الاسم | |
| ID | gmghabmnibdpibddlfglfpkljmmcjhnb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/coronavirus-stats/gmghabmnibdpibddlfglfpkljmmcjhnb |
| الوصف | CoronaVirus (COVID-19) live status & statistics in your country. |
| حجم الملف | 77.61 KB |
| عدد التثبيتات | 33 |
| النسخة الحالية | 2.1.1 |
| آخر تحديث | 2020-04-19 |
| تاريخ النشر | 2020-04-19 |
| تقييم | 3.80/5 مجموع تقييمات 5 |
| المطور | https://coronastats.pro |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://coronastats.pro |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CoronaVirus Stats",
"version": "2.1.1",
"description": "CoronaVirus (COVID-19) live status & statistics in your country.",
"browser_action": {
"default_icon": "img\/favicon-16x16.png"
},
"icons": {
"16": "img\/favicon-16x16.png",
"128": "img\/favicon-128x128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"alarms",
"http:\/\/coronastats.pro",
"http:\/\/www.ip-api.com"
]
} | |