Navigational sounds

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

ما هو Navigational sounds؟

Navigational sounds هو إضافة Chrome تم تطويرها بواسطة https://alonso-lopez.com، والميزة الرئيسية لها هي "Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Navigational sounds

قم بتنزيل ملفات الامتداد Navigational sounds بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}