AudD® Music Recognition
Recognize any music from any website in your browser
AudD® Music Recognition란 무엇입니까?
AudD® Music Recognition은(는) https://audd.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recognize any music from any website in your browser"입니다.
확장 프로그램 스크린샷
AudD® Music Recognition 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Install the AudD extension and click on its icon to identify the song playing on the current tab. Watch the video above to see how it works. AudD extension: - Recognizes the music playing in your browser; - Finds music in the AudD database with more than 80 million songs using its music recognition technology; - Shows lyrics for identified songs; - Shows links to listen to the songs on Apple Music, Spotify, Deezer, YouTube Music; - Displays the exact moment in the recognized song when the sound from the browser is played. Music Recognition API: https://audd.io Source code: https://github.com/AudDMusic/chrome-extension Extension Powered By AudD® Music recognition API Created and designed by the AudD.io team with help from Eric Stark, Mitchell Kossoris, and Ivan Kasatkin.
확장 프로그램 기본 정보
이름 | AudD® Music Recognition |
ID | lhhohkfofnfbnildpdhhjeeenapeceei |
공식 URL | https://chromewebstore.google.com/detail/audd%C2%AE-music-recognition/lhhohkfofnfbnildpdhhjeeenapeceei |
설명 | Recognize any music from any website in your browser |
파일 크기 | 246 KB |
설치 횟수 | 48,790 |
현재 버전 | 3.1.4 |
최근 업데이트 | 2023-02-02 |
출시 날짜 | 2020-06-01 |
평점 | 3.59/5 총 177 개의 평점 |
개발자 | https://audd.io |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://audd.io/ |
도움말 페이지 URL | https://audd.cc/discord |
개인정보 보호 정책 페이지 URL | https://audd.io/privacy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko |
manifest.json | |
{ "name": "__MSG_appName__", "short_name": "AudD", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3, "author": "[email protected]", "version": "3.1.4", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "src\/content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_icon": "img\/favicon.png", "default_popup": "src\/popup\/popup.html", "default_title": "AudD" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/api.audd.io\/", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "875741845768-1jga752cov9r774giitn0hbeom6hkh19.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "icons": { "128": "img\/favicon-128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "identity", "identity.email", "storage", "unlimitedStorage", "background", "activeTab", "tabCapture", "notifications" ] } |