Notifications for Teleparty
Adds sound and Chrome notifications to Teleparty
ما هو Notifications for Teleparty؟
Notifications for Teleparty هو إضافة Chrome تم تطويرها بواسطة DFProductivity، والميزة الرئيسية لها هي "Adds sound and Chrome notifications to Teleparty".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Notifications for Teleparty
قم بتنزيل ملفات الامتداد Notifications for Teleparty بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Plays a sound and displays a notification in the top right of your screen whenever a new message is posted in the Teleparty chat. This requires the Teleparty extension to be installed separately. *Important* You must allow Notifications for Netflix.com in order for this extension to work. To do this, go into Chrome Settings > Privacy and security > Site Settings > Notifications > Click Add next to Allow > Type in "https://redirect.teleparty.com:443"
معلومات أساسية عن التمديد
الاسم | |
ID | pjdlhdppiojgfnolloojoaddjnclpmbl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl |
الوصف | Adds sound and Chrome notifications to Teleparty |
حجم الملف | 7.01 KB |
عدد التثبيتات | 78 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2023-01-17 |
تاريخ النشر | 2021-06-06 |
المطور | DFProductivity |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "background.js" ], "matches": [ "https:\/\/redirect.teleparty.com\/*" ], "all_frames": true } ], "description": "Adds sound and Chrome notifications to Teleparty", "icons": { "128": "icon128.png" }, "manifest_version": 3, "name": "Notifications for Teleparty", "version": "0.0.2" } |