AHA Music - Song Finder for Browser

What is the song? Song identifier tells you!

AHA Music - Song Finder for Browserคืออะไร?

AHA Music - Song Finder for Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aha-music.com และคุณลักษณะหลักของมันคือ "What is the song? Song identifier tells you!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AHA Music - Song Finder for Browser

ดาวน์โหลดไฟล์ส่วนขยาย AHA Music - Song Finder for Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Shazam alternative!

What song is this? You may always have this question while browsing online. 

Identify songs with incredible accuracy and gives all the information you need to find the song again.

AHA Music is the next-generation song finder on your browser. It allows you to find music on any website by detecting audio, you can also find the songs on popular social media platforms or simply search the artist and song title on your browser.

AHA Music new feature: Cover Song identify !!!

Click the button of this extension on a page with the audio playing and it will identify songs along with the stream links of the music streaming platforms. 

It’s 100% free!
This extension does not use the user's microphone.

Follow us:
https://twitter.com/MusicIdentifier

Music Recognition by ACRCloud:
https://www.acrcloud.com/


© AHA Music ALL RIGHTS RESERVED                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AHA Music - Song Finder for Browser AHA Music - Song Finder for Browser
ID dpacanjfikmhoddligfbehkpomnbgblf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aha-music-song-finder-for/dpacanjfikmhoddligfbehkpomnbgblf
คำอธิบาย What is the song? Song identifier tells you!
ขนาดไฟล์ 228 KB
จำนวนการติดตั้ง 1,037,303
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2020-06-06
คะแนน 4.24/5 รวมทั้งหมด 3195 คะแนน
ผู้พัฒนา https://aha-music.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.aha-music.com/
URL หน้าช่วยเหลือ https://www.aha-music.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.aha-music.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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,zh-CN,zh-TW,ja,ko
manifest.json
{
    "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"
}