Navigational sounds

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

Qu'est-ce que Navigational sounds ?

Navigational sounds est une extension Chrome développée par https://alonso-lopez.com, et sa fonction principale est "Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Navigational sounds

Téléchargez les fichiers d'extension Navigational sounds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Navigational sounds Navigational sounds
ID plhoioliblcddpmljieonfdndcmjmkpd
URL Officiel https://chromewebstore.google.com/detail/navigational-sounds/plhoioliblcddpmljieonfdndcmjmkpd
Description Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.
Taille du Fichier 289 KB
Nombre d'Installations 368
Version Actuelle 1.3
Dernière Mise à Jour 2021-08-08
Date de Publication 2020-11-23
Évaluation 4.71/5 Total 7 Évaluations
Développeur https://alonso-lopez.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.alonso-lopez.com
Langues Prises en Charge 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"
    ]
}