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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } } |