Apple Music(iTunes) Web Player
Unofficial Apple Music(iTunes) Player Search Extension.
什么是Apple Music(iTunes) Web Player?
Apple Music(iTunes) Web Player是由Kevin Pete开发的Chrome扩展程序,该扩展的主要功能是“Unofficial Apple Music(iTunes) Player Search Extension.”。
扩展截图
下载Apple Music(iTunes) Web Player扩展crx文件
下载Apple Music(iTunes) Web Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Apple Music(iTunes) Web Player Extension. Search & play music from Apple Music using Google site search directly from chrome omnibox (search box). This is Apple Music player search that allows the user seamlessly search track, albums, artists while surfing the web by navigating to the Apple Music(iTunes) user interface. How to Use 1.First open Apple music web player(https://music.apple.com/). Keep it logged in to search and play music seamlessly directly from chrome omni box. 2. Now you can click extension icon to launch search or use omnibox and type "ams" enter tab key and type to search the track of your choice. 3. When you find the track , music or song you were looking for just click the link. 4. If you are already logged into Apple music(iTunes) you will be able to play it asap else you will be asked to log in. 5. Enjoy Searching Apple music(iTunes). To provide this functionality extension takes over you default search for seamless experience..
扩展基本信息
名称 | Apple Music(iTunes) Web Player |
ID | peinpkebljgodldmgbleemmhogjjgiki |
官方URL | https://chromewebstore.google.com/detail/apple-musicitunes-web-pla/peinpkebljgodldmgbleemmhogjjgiki |
简介 | Unofficial Apple Music(iTunes) Player Search Extension. |
文件大小 | 43.34 KB |
安装次数 | 6,152 |
当前版本 | 1.0 |
更新时间 | 2023-08-19 |
上架时间 | 2022-12-10 |
评分 | 4.27/5 共15次评分 |
开发者 | Kevin Pete |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://chromecrxstore.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Apple Music(iTunes) Web Player", "version": "1.0", "container": [ "GOOGLE_DRIVE" ], "description": "Unofficial Apple Music(iTunes) Player Search Extension.", "omnibox": { "keyword": "ams" }, "icons": { "128": "icon.jpg" }, "background": { "service_worker": "background.js" }, "chrome_settings_overrides": { "search_provider": { "name": "Apple Music", "keyword": "music", "search_url": "https:\/\/chromecrxstore.com\/query\/index.html?q={searchTerms}", "favicon_url": "https:\/\/chromecrxstore.com\/query\/icon.jpg", "encoding": "UTF-8", "is_default": true } }, "action": { "default_icon": "icon.jpg" } } |