Navigational sounds
Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.
Vad är Navigational sounds?
Navigational sounds är en Chrome-tillägg utvecklad av https://alonso-lopez.com, och dess huvudfunktion är "Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.".
Tilläggsskärmbilder
Ladda ner Navigational sounds-förlängningens CRX-fil
Ladda ner Navigational sounds-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Navigational sounds |
ID | plhoioliblcddpmljieonfdndcmjmkpd |
Officiell webbadress | https://chromewebstore.google.com/detail/navigational-sounds/plhoioliblcddpmljieonfdndcmjmkpd |
Beskrivning | Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs. |
Filstorlek | 289 KB |
Antal Installationer | 368 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2021-08-08 |
Publiceringsdatum | 2020-11-23 |
Betyg | 4.71/5 Totalt 7 Betyg |
Utvecklare | https://alonso-lopez.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.alonso-lopez.com |
Stödda Språk | 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" ] } |