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 |
| 公式URL | 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 |
| Eメール | [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';"
}
} | |