IndyAlerts
Powiadomienie kiedy Indy jest online.
ما هو IndyAlerts؟
IndyAlerts هو إضافة Chrome تم تطويرها بواسطة IndyStarCraft (code: @Karwas1)، والميزة الرئيسية لها هي "Powiadomienie kiedy Indy jest online.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IndyAlerts
قم بتنزيل ملفات الامتداد IndyAlerts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Wtyczka powiadamia gdy stream twitch.tv/IndyStarCraft jest online.
معلومات أساسية عن التمديد
الاسم | |
ID | aclngofmnjllalaibfhcpholagnopbel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/indyalerts/aclngofmnjllalaibfhcpholagnopbel |
الوصف | Powiadomienie kiedy Indy jest online. |
حجم الملف | 840 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-10-22 |
تاريخ النشر | 2019-10-21 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | IndyStarCraft (code: @Karwas1) |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | pl |
manifest.json | |
{ "name": "IndyAlerts", "version": "1.1", "author": "Karwas", "manifest_version": 2, "description": "Powiadomienie kiedy Indy jest online.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "notifications", "storage", "https:\/\/api.twitch.tv\/*" ], "browser_action": { "default_icon": "img\/offline48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/background.js" ] }, "icons": { "128": "img\/icon512.png", "32": "img\/icon512.png", "48": "img\/icon512.png" } } |