Navigational sounds

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

Co to jest Navigational sounds?

Navigational sounds to rozszerzenie Chrome opracowane przez https://alonso-lopez.com, a jego główną funkcją jest „Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Navigational sounds

Pobierz pliki rozszerzeń Navigational sounds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Navigational sounds Navigational sounds
ID plhoioliblcddpmljieonfdndcmjmkpd
Oficjalny URL https://chromewebstore.google.com/detail/navigational-sounds/plhoioliblcddpmljieonfdndcmjmkpd
Opis Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.
Rozmiar pliku 289 KB
Liczba instalacji 368
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2021-08-08
Data Publikacji 2020-11-23
Ocena 4.71/5 Łącznie 7 Oceny
Deweloper https://alonso-lopez.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.alonso-lopez.com
Obsługiwane Języki 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"
    ]
}