Overwatch League Reminder
Be informed of the date of the next match and notify when the stream starts.
ما هو Overwatch League Reminder؟
Overwatch League Reminder هو إضافة Chrome تم تطويرها بواسطة Khyarn، والميزة الرئيسية لها هي "Be informed of the date of the next match and notify when the stream starts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Overwatch League Reminder
قم بتنزيل ملفات الامتداد Overwatch League Reminder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | digohcafgieaejiembjcjnkcomejnhim |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim |
الوصف | Be informed of the date of the next match and notify when the stream starts. |
حجم الملف | 100 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 1.0.81 |
آخر تحديث | 2018-10-05 |
تاريخ النشر | 2018-10-05 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | Khyarn |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overwatch League Reminder", "description": "Be informed of the date of the next match and notify when the stream starts.", "version": "1.0.81", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "tabs" ], "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/small_logo.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/gm.png" ], "icons": { "128": "img\/gm.png" } } |