COVID-19 in Sri Lanka
CORONA virus victims live updates in Sri Lanka
ما هو COVID-19 in Sri Lanka؟
COVID-19 in Sri Lanka هو إضافة Chrome تم تطويرها بواسطة Amila Vidanagamage، والميزة الرئيسية لها هي "CORONA virus victims live updates in Sri Lanka".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة COVID-19 in Sri Lanka
قم بتنزيل ملفات الامتداد COVID-19 in Sri Lanka بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Gives live updates regarding the COVID-19 virus victims in Sri Lanka with rich notifications and hospital details in google maps
معلومات أساسية عن التمديد
الاسم | COVID-19 in Sri Lanka |
ID | bplcpdbicacgekoaplakbpkaloileajj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/covid-19-in-sri-lanka/bplcpdbicacgekoaplakbpkaloileajj |
الوصف | CORONA virus victims live updates in Sri Lanka |
حجم الملف | 46.97 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 1.4 |
آخر تحديث | 2021-12-15 |
تاريخ النشر | 2020-03-30 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Amila Vidanagamage |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "COVID-19 in Sri Lanka", "version": "1.4", "description": "CORONA virus victims live updates in Sri Lanka ", "icons": { "16": "images\/covid16.png", "48": "images\/covid48.png", "128": "images\/covid128.png" }, "permissions": [ "alarms", "storage", "notifications" ], "browser_action": { "default_popup": "popup.html", "default_title": "COVID-19 in Sri Lanka", "default_icon": { "16": "images\/covid16.png", "48": "images\/covid48.png", "128": "images\/covid128.png" } }, "background": { "page": "background.html", "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/maps.googleapis.com; object-src 'self'", "author": "Amila Vidanagamage" } |