What's The Sound

Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.

ما هو What's The Sound؟

What's The Sound هو إضافة Chrome تم تطويرها بواسطة imai، والميزة الرئيسية لها هي "Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.".

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

screenshot

تحميل ملف CRX للإضافة What's The Sound

قم بتنزيل ملفات الامتداد What's The Sound بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        What's The Sound monitors the audio resources used by the pages you visit. Whenever a website loads a piece of music or sound effect, you can see the URL to the audio by clicking the icon.

The extension is free from ads and it respects your privacy.                    

معلومات أساسية عن التمديد

الاسم What's The Sound What's The Sound
ID jobaogkniljglmfdoocbdhknhpjlkhhn
عنوان URL الرسمي https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn
الوصف Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
حجم الملف 33.67 KB
عدد التثبيتات 1,277
النسخة الحالية 0.3.1
آخر تحديث 2023-12-27
تاريخ النشر 2014-06-11
تقييم 4.55/5 مجموع تقييمات 11
المطور imai
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "0.3.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "19": "active19.png",
            "38": "active.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": []
}