Shazam: Find song names from your browser

Identify music, search lyrics & more

Shazam: Find song names from your browser là gì?

Shazam: Find song names from your browser là một tiện ích mở rộng Chrome được phát triển bởi https://www.shazam.com, và tính năng chính của nó là "Identify music, search lyrics & more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shazam: Find song names from your browser

Tải xuống các tệp mở rộng Shazam: Find song names from your browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        What’s that song?

Wondering what song is playing in that Netflix or YouTube video, that Soundcloud mix or in a Twitch streamed video game? Download and install the Shazam browser extension to identify music with the click of a button. Discover artists, lyrics and videos for free!  Shazam matches 1 BILLION songs every month.

“Shazam is an app that feels like magic” - Techradar.com (http://techradar.com/)
“Shazam is a gift... a game changer” - Pharrell Williams, GQ

WHY YOU’LL LOVE IT
- Identify any songs playing from your browser tab
- Access Shazam Browser song history anytime 
- Play full songs with Apple Music 
- Get lyrics, music videos and more with a click

Shazam is THE fastest way to identify music!

Get to know THE Shazam App and features on http://www.shazam.com/apps

Availability and features may vary by country.
For more information on Shazam’s privacy practices, please read the Privacy Policy, available at https://www.apple.com/legal/privacy/.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shazam: Find song names from your browser Shazam: Find song names from your browser
ID mmioliijnhnoblpgimnlajmefafdfilb
URL Chính Thức https://chromewebstore.google.com/detail/shazam-find-song-names-fr/mmioliijnhnoblpgimnlajmefafdfilb
Mô tả Identify music, search lyrics & more
Kích Thước Tệp 584 KB
Số Lần Cài Đặt 5,124,636
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2024-01-05
Ngày Phát Hành 2021-12-13
Đánh Giá 4.76/5 Tổng số 16773 Đánh Giá
Nhà Phát Triển https://www.shazam.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.shazam.com
URL Trang Chính Sách Bảo Mật https://www.shazam.com/gb/privacy/summary
Ngôn Ngữ Được Hỗ Trợ id,de,en,en-GB,fr,nl,tr,es,it,pl,pt-BR,pt-PT,sk,cs,el,ru,uk,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDesc__",
    "version": "2.1.2",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/www.shazam.com\/apps",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgZF5kkaSe9YRaEshk1NXz0FkztiyoZ+EVgb4jfSTvG34JIPpDDi2vB\/f9DQmSMUIowAYEM2wD6Etwl4Fq28wUaAFbDUBiNqFQr8aUSNypc03i2VyFht\/38k6f2fDtsJBCURYXm0NMz7bayJZPAMuYt2Tn6QaaItHLVmEY3vgLG7cl5a9zUau8YGX2T8w7g2KiHDcV1F8AxOalX4jlGNXpjZ\/p7svxw8XNqgBe9B4PPkfExMP8yr\/8TVJyXQ9w9zch\/J\/wFqxbt83FZ+M8wkttYpbYa1D3KxC3PQBEIRjYeuvotXcwwOxHS41H8gzrlQb28Gh0RcvVJUhmtxSHFkJGwIDAQAB",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-38.png"
    },
    "permissions": [
        "tabs",
        "tabCapture",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.shazam.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-38.png",
                "*.jpeg",
                "*.wasm"
            ],
            "matches": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}