Navigational sounds

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

Navigational sounds क्या है?

Navigational sounds https://alonso-lopez.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Navigational sounds एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Navigational sounds Navigational sounds
ID plhoioliblcddpmljieonfdndcmjmkpd
आधिकारिक URL https://chromewebstore.google.com/detail/navigational-sounds/plhoioliblcddpmljieonfdndcmjmkpd
विवरण Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.
फ़ाइल का आकार 289 KB
स्थापना संख्या 368
वर्तमान संस्करण 1.3
अंतिम अपडेट 2021-08-08
प्रकाशन तिथि 2020-11-23
रेटिंग 4.71/5 कुल 7 रेटिंग्स
डेवलपर https://alonso-lopez.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.alonso-lopez.com
समर्थित भाषाएँ 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"
    ]
}