WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Music Identifier - Find any song from browser

Music Identifier - Find any song from browser

View on Chrome Web Store
View Music Identifier - Find any song from browser Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (232 ratings)
1 new ratings
27 views
This extension has been viewed 27 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

What’s that song? Easy identify music from browser! Get lyrics, music videos, song history and their performers.
Type
Extension
Users
30,000 users
10K
Song Identifier
View author page of Song Identifier
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 6, 2024
Version 1.0.4
Manifest version
3
Updated
Updated on June 11, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Music Identifier - Find any song from browser Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDesc__",
    "version": "1.0.4",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "icons": {
        "16": "static\/icons\/icon-16.png",
        "38": "static\/icons\/icon-38.png",
        "64": "static\/icons\/icon-64.png",
        "128": "static\/icons\/icon-128.png"
    },
    "action": {
        "default_popup": "components\/index.html",
        "default_icon": "static\/icons\/icon-38.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "static\/styles\/rate-us.css"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "tabCapture",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "static\/icons\/icon-128.png",
                "static\/icons\/icon-38.png",
                "static\/icons\/rate-us-logo.svg",
                "static\/icons\/btn-close.svg",
                "scripts\/libs\/*.jpeg",
                "scripts\/libs\/*.wasm",
                "static\/fonts\/FontsFree-Net-SF-Pro-Rounded-Semibold.ttf",
                "static\/fonts\/FontsFree-Net-SF-Pro-Rounded-Regular.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top