SongSearch - What's that song?
Discover songs and artists just by listening to them in your browser!
SongSearch - What's that song? là gì?
SongSearch - What's that song? là một tiện ích mở rộng Chrome được phát triển bởi joshua.xu12, và tính năng chính của nó là "Discover songs and artists just by listening to them in your browser!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SongSearch - What's that song?
Tải xuống các tệp mở rộng SongSearch - What's that song? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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**
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kehjeghgmfedbopjleapaopkpbbkdmfc |
URL Chính Thức | https://chrome.google.com/webstore/detail/songsearch-whats-that-son/kehjeghgmfedbopjleapaopkpbbkdmfc |
Mô tả | Discover songs and artists just by listening to them in your browser! |
Kích Thước Tệp | 246 KB |
Số Lần Cài Đặt | 3,284 |
Phiên Bản Hiện Tại | 1.1.6 |
Cập Nhật Lần Cuối | 2022-06-03 |
Ngày Phát Hành | 2021-07-09 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | joshua.xu12 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |