Navigational sounds
Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.
Was ist Navigational sounds?
Navigational sounds ist eine Chrome-Erweiterung, die von https://alonso-lopez.com entwickelt wurde, und ihr Hauptmerkmal ist "Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.".
Erweiterungsscreenshots
Navigational sounds-Erweiterungs-CRX-Datei herunterladen
Laden Sie Navigational sounds-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |  | 
| ID | plhoioliblcddpmljieonfdndcmjmkpd | 
| Offizielle URL | https://chromewebstore.google.com/detail/navigational-sounds/plhoioliblcddpmljieonfdndcmjmkpd | 
| Beschreibung | Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs. | 
| Dateigröße | 289 KB | 
| Installationsanzahl | 368 | 
| Aktuelle Version | 1.3 | 
| Letztes Update | 2021-08-08 | 
| Veröffentlichungsdatum | 2020-11-23 | 
| Bewertung | 4.71/5 Insgesamt 7 Bewertungen | 
| Entwickler | https://alonso-lopez.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://www.alonso-lopez.com | 
| Unterstützte Sprachen | 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"
    ]
} | |