Navigational sounds

Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.

Cos'è Navigational sounds?

Navigational sounds è un'estensione di Chrome sviluppata da https://alonso-lopez.com, e la sua funzione principale è "Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Navigational sounds

Scarica i file di estensione Navigational sounds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Navigational sounds Navigational sounds
ID plhoioliblcddpmljieonfdndcmjmkpd
URL Ufficiale https://chromewebstore.google.com/detail/navigational-sounds/plhoioliblcddpmljieonfdndcmjmkpd
Descrizione Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.
Dimensione del File 289 KB
Conteggio Installazioni 368
Versione Corrente 1.3
Ultimo Aggiornamento 2021-08-08
Data di Pubblicazione 2020-11-23
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore https://alonso-lopez.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.alonso-lopez.com
Lingue Supportate 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"
    ]
}