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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
}