AudD® Music Recognition

Recognize any music from any website in your browser

AudD® Music Recognition क्या है?

AudD® Music Recognition https://audd.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recognize any music from any website in your browser"।

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

screenshot

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

crx प्रारूप में AudD® Music Recognition एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}