No Alarm

This extension blocks noisy alarms and notifications from sites.

No Alarm là gì?

No Alarm là một tiện ích mở rộng Chrome được phát triển bởi gornal, và tính năng chính của nó là "This extension blocks noisy alarms and notifications from sites.".

Tải xuống tệp CRX của tiện ích mở rộng No Alarm

Tải xuống các tệp mở rộng No Alarm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No Alarm No Alarm
ID pimcncgghbhlkecnnikllndpojmeahnd
URL Chính Thức https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd
Mô tả This extension blocks noisy alarms and notifications from sites.
Kích Thước Tệp 9.17 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2018-01-05
Ngày Phát Hành 2018-01-05
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển gornal
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}