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はimaiによって開発されたChromeの拡張機能で、その主な機能は「Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.」です。
拡張機能のスクリーンショット
What's The Sound拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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": [] } |