Shazam: Find song names from your browser
Identify music, search lyrics & more
什麼是Shazam: Find song names from your browser?
Shazam: Find song names from your browser是由https://www.shazam.com開發的Chrome擴展程式,該擴展的主要功能是“Identify music, search lyrics & more”。
擴展截圖
下載Shazam: Find song names from your browser擴展crx文件
下載Shazam: Find song names from your browser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/. 擴展基本資訊
| 名稱 | |
| ID | mmioliijnhnoblpgimnlajmefafdfilb |
| 官方網址 | https://chromewebstore.google.com/detail/shazam-find-song-names-fr/mmioliijnhnoblpgimnlajmefafdfilb |
| 簡介 | Identify music, search lyrics & more |
| 檔案大小 | 584 KB |
| 安裝次數 | 5,124,636 |
| 目前版本 | 2.1.2 |
| 更新時間 | 2024-01-05 |
| 上架時間 | 2021-12-13 |
| 評分 | 4.76/5 共 16773 次評分 |
| 開發者 | https://www.shazam.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.shazam.com |
| 隱私政策頁面URL | https://www.shazam.com/gb/privacy/summary |
| 支援的語言 | 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';"
}
} | |