Apple Music(iTunes) Web Player
Unofficial Apple Music(iTunes) Player Search Extension.
Apple Music(iTunes) Web Player là gì?
Apple Music(iTunes) Web Player là một tiện ích mở rộng Chrome được phát triển bởi Kevin Pete, và tính năng chính của nó là "Unofficial Apple Music(iTunes) Player Search Extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Apple Music(iTunes) Web Player
Tải xuống các tệp mở rộng Apple Music(iTunes) Web Player 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
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..
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Apple Music(iTunes) Web Player |
ID | peinpkebljgodldmgbleemmhogjjgiki |
URL Chính Thức | https://chromewebstore.google.com/detail/apple-musicitunes-web-pla/peinpkebljgodldmgbleemmhogjjgiki |
Mô tả | Unofficial Apple Music(iTunes) Player Search Extension. |
Kích Thước Tệp | 43.34 KB |
Số Lần Cài Đặt | 6,152 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-08-19 |
Ngày Phát Hành | 2022-12-10 |
Đánh Giá | 4.27/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Kevin Pete |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://chromecrxstore.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |