No Alarm

This extension blocks noisy alarms and notifications from sites.

ما هو No Alarm؟

No Alarm هو إضافة Chrome تم تطويرها بواسطة gornal، والميزة الرئيسية لها هي "This extension blocks noisy alarms and notifications from sites.".

تحميل ملف CRX للإضافة No Alarm

قم بتنزيل ملفات الامتداد No Alarm بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        No Alarm prevents sites from changing titles in background tabs. Facebook, Google Mail and others use this method for notification purposes, but in fact it's unwanted distraction. With No Alarm extension you don't get such  interruption and become more productive.
 
(c) Alexander Gornyi, 2018
mailto:[email protected]

Icon made by Freepik from www.flaticon.com                    

معلومات أساسية عن التمديد

الاسم No Alarm No Alarm
ID pimcncgghbhlkecnnikllndpojmeahnd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd
الوصف This extension blocks noisy alarms and notifications from sites.
حجم الملف 9.17 KB
عدد التثبيتات 36
النسخة الحالية 0.1.2
آخر تحديث 2018-01-05
تاريخ النشر 2018-01-05
تقييم 5.00/5 مجموع تقييمات 4
المطور gornal
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Alarm",
    "description": "This extension blocks noisy alarms and notifications from sites.",
    "version": "0.1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*"
            ],
            "js": [
                "silence.js"
            ]
        }
    ],
    "icons": {
        "16": "sound-off-16.png",
        "48": "sound-off-48.png",
        "128": "sound-off-128.png"
    }
}