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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover songs and artists just by listening to them in your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SongSearch - What's that song? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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**                    

एक्सटेंशन की मूल जानकारी

नाम SongSearch - What's that song? SongSearch - What's that song?
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
    }
}