Apple Music(iTunes) Web Player
Unofficial Apple Music(iTunes) Player Search Extension.
Apple Music(iTunes) Web Player क्या है?
Apple Music(iTunes) Web Player Kevin Pete द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial Apple Music(iTunes) Player Search Extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Apple Music(iTunes) Web Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |