Navigational sounds
Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.
Wat is Navigational sounds?
Navigational sounds is een Chrome-extensie ontwikkeld door https://alonso-lopez.com, en de belangrijkste functie is "Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Navigational sounds
Download Navigational sounds-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Navigational sounds |
ID | plhoioliblcddpmljieonfdndcmjmkpd |
Officiële URL | https://chromewebstore.google.com/detail/navigational-sounds/plhoioliblcddpmljieonfdndcmjmkpd |
Beschrijving | Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs. |
Bestandsgrootte | 289 KB |
Aantal Installaties | 368 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-08-08 |
Publicatiedatum | 2020-11-23 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://alonso-lopez.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.alonso-lopez.com |
Ondersteunde Talen | 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" ] } |