No Alarm
This extension blocks noisy alarms and notifications from sites.
What is No Alarm?
No Alarm is a Chrome extension developed by gornal, and its main feature is "This extension blocks noisy alarms and notifications from sites.".
Download No Alarm Extension CRX File
Download No Alarm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | pimcncgghbhlkecnnikllndpojmeahnd |
Official URL | https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd |
Description | This extension blocks noisy alarms and notifications from sites. |
File Size | 9.17 KB |
Installation Count | 36 |
Current Version | 0.1.2 |
Last Updated | 2018-01-05 |
Publish Date | 2018-01-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | gornal |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |