WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AHA Music - Song Finder for Browser

AHA Music - Song Finder for Browser

View on Chrome Web Store
View AHA Music - Song Finder for Browser Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (3,633 ratings)
2 new ratings
35 views
This extension has been viewed 35 times

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

What is the song? Song identifier tells you!
Type
Extension
Users
1,000,000 users
Website aha-music.com
AHA Music
View author page of AHA Music
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 19, 2017
Version 2.0.4
Manifest version
3
Updated
Updated on October 11, 2023
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AHA Music - Song Finder for 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
{
    "name": "__MSG_appName__",
    "short_name": "AHA Music",
    "description": "__MSG_appDesc__",
    "version": "2.0.4",
    "manifest_version": 3,
    "author": "[email protected]",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "AHA Music - Song Finder for Browser",
        "default_icon": {
            "128": "img\/icon.png"
        }
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-eval'; child-src 'self'"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabCapture"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "213893408880-fm827tqel9nkitkjbi40spklscf2jn7g.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}
© 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