Spotify Web Player Search
Unofficial Spotify Web Player Search Extension.
Τι είναι το Spotify Web Player Search;
Το Spotify Web Player Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bigdreams564, και η κύρια λειτουργία του είναι "Unofficial Spotify Web Player Search Extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Spotify Web Player Search
Λήψη αρχείων επέκτασης Spotify Web Player Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Spotify Web Player Search Extension. Search & play music in Spotify Web Player using Google site search directly from chrome omnibox (search box). This is Spotify Web Player search that allows the user seamlessly search track, albums, artists while surfing the web by navigating to the Spotify Web Player Search user interface. How to Use 1.First of all, open Spotify Web Player (https://open.spotify.com/). Always remain logged in to search and play music seamlessly directly from chrome omni box(search or url box). 2. Now you can click extension icon to launch search or use omnibox and type "SPO" 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 Spotify Web Player you will be able to play it asap else you will be asked to log in. 5. Enjoy searching music on Spotify™ for free! To provide this functionality extension takes over you default search for seamless experience.. Spotify™ and its related trademarks, names, and logos are the property of Spotify AB. The Extension is not affiliated with, sponsored, or endorsed by Spotify. All other trademarks, names, and logos used in the Extension are the property of their respective owners.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Spotify Web Player Search |
ID | hdgadgplbbdjlbjgdociahdlmbglfeen |
Επίσημο URL | https://chromewebstore.google.com/detail/spotify-web-player-search/hdgadgplbbdjlbjgdociahdlmbglfeen |
Περιγραφή | Unofficial Spotify Web Player Search Extension. |
Μέγεθος Αρχείου | 8.72 KB |
Αριθμός Εγκαταστάσεων | 34,379 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-11-18 |
Ημερομηνία Δημοσίευσης | 2017-05-27 |
Αξιολόγηση | 2.91/5 Συνολικά 416 Αξιολογήσεις |
Προγραμματιστής | bigdreams564 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://chromecrxstore.com/searchspotify |
URL της Σελίδας Πολιτικής Απορρήτου | https://chromecrxstore.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spotify Web Player Search", "version": "1.0.0", "description": "Unofficial Spotify Web Player Search Extension.", "omnibox": { "keyword": "spo" }, "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" }, "chrome_settings_overrides": { "search_provider": { "name": "Web Search", "keyword": "search", "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.png" } } |