Navigational sounds
Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.
What is Navigational sounds?
Navigational sounds is a Chrome extension developed by https://alonso-lopez.com, and its main feature is "Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.".
Extension Screenshots
Download Navigational sounds Extension CRX File
Download Navigational sounds 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
Did you like and help the sounds that the old Internet Explorer made when clicking a link, when a page was loaded or when making a download? This extension brings them back except if you have muted a website.
Extension Basic Information
Name | Navigational sounds |
ID | plhoioliblcddpmljieonfdndcmjmkpd |
Official URL | https://chromewebstore.google.com/detail/navigational-sounds/plhoioliblcddpmljieonfdndcmjmkpd |
Description | Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs. |
File Size | 289 KB |
Installation Count | 368 |
Current Version | 1.3 |
Last Updated | 2021-08-08 |
Publish Date | 2020-11-23 |
Rating | 4.71/5 Total 7 Ratings |
Developer | https://alonso-lopez.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.alonso-lopez.com |
Supported Languages | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Javier Alonso", "manifest_version": 2, "name": "__MSG_extensionName__", "default_locale": "es", "description": "__MSG_extensionDescription__", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "offline_enabled": true, "permissions": [ "downloads", "webNavigation" ] } |