Mute Notifications
Disable all desktop notifications with one click.
ما هو Mute Notifications؟
Mute Notifications هو إضافة Chrome تم تطويرها بواسطة Ondřej Cífka، والميزة الرئيسية لها هي "Disable all desktop notifications with one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mute Notifications
قم بتنزيل ملفات الامتداد Mute Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a button to Chrome that turns off desktop notifications for all web pages. When the button is clicked again, the original notification settings are restored.
معلومات أساسية عن التمديد
الاسم | Mute Notifications |
ID | bmjdeaihnngnnnaldgakphcaanioohgn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mute-notifications/bmjdeaihnngnnnaldgakphcaanioohgn |
الوصف | Disable all desktop notifications with one click. |
حجم الملف | 17.44 KB |
عدد التثبيتات | 5,077 |
النسخة الحالية | 0.3 |
آخر تحديث | 2019-12-20 |
تاريخ النشر | 2019-12-20 |
تقييم | 4.47/5 مجموع تقييمات 19 |
المطور | Ondřej Cífka |
نوع الدفع | free |
موقع الإضافة | https://github.com/cifkao/chrome-mute-notifications |
عنوان صفحة المساعدة | https://github.com/cifkao/chrome-mute-notifications |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Notifications", "description": "Disable all desktop notifications with one click.", "version": "0.3", "icons": { "128": "logo-128.png", "48": "logo-48.png" }, "permissions": [ "contentSettings", "storage" ], "browser_action": { "default_icon": { "19": "icon-on-19.png", "38": "icon-on-38.png" } }, "background": { "scripts": [ "background.js" ] } } |