SongSearch - What's that song?
Discover songs and artists just by listening to them in your browser!
什麼是SongSearch - What's that song??
SongSearch - What's that song?是由joshua.xu12開發的Chrome擴展程式,該擴展的主要功能是“Discover songs and artists just by listening to them in your browser!”。
擴展截圖
下載SongSearch - What's that song?擴展crx文件
下載SongSearch - What's that song?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ever heard a song you liked, but couldn't find the name? Try SongSearch! SongSearch uses audio fingerprinting technology to intelligently identify songs - all you have to do is click record! SongSearch works with any audio that's playing in the current tab, so you can use it on Youtube, TikTok, Twitch, or wherever you find music. SongSearch is and always will be 100% free, so try it out today! If you don't like it or it doesn't work as you want it to, you can always remove it from Chrome without losing anything. **NOTE: SongSearch only listens for audio playing in the CURRENT/ACTIVE TAB, meaning you must be on the SAME page as the audio you want to identify**
擴展基本資訊
名稱 | |
ID | kehjeghgmfedbopjleapaopkpbbkdmfc |
官方網址 | https://chrome.google.com/webstore/detail/songsearch-whats-that-son/kehjeghgmfedbopjleapaopkpbbkdmfc |
簡介 | Discover songs and artists just by listening to them in your browser! |
檔案大小 | 246 KB |
安裝次數 | 3,284 |
目前版本 | 1.1.6 |
更新時間 | 2022-06-03 |
上架時間 | 2021-07-09 |
評分 | 4.56/5 共 9 次評分 |
開發者 | joshua.xu12 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SongSearch - What's that song?", "description": "Discover songs and artists just by listening to them in your browser!", "version": "1.1.6", "manifest_version": 3, "permissions": [ "storage", "tabCapture" ], "host_permissions": [ "http:\/\/identify-us-west-2.acrcloud.com\/*" ], "action": { "default_popup": "\/src\/popup.html", "default_icon": { "16": "\/images\/logos\/logo16.png", "32": "\/images\/logos\/logo32.png", "48": "\/images\/logos\/logo48.png", "128": "\/images\/logos\/logo128.png" } }, "icons": { "16": "\/images\/logos\/logo16.png", "32": "\/images\/logos\/logo32.png", "48": "\/images\/logos\/logo48.png", "128": "\/images\/logos\/logo128.png" }, "options_ui": { "page": "\/src\/options.html", "open_in_tab": false } } |