Advanced Spotify Search

A more powerful way to search Spotify.

Advanced Spotify Search là gì?

Advanced Spotify Search là một tiện ích mở rộng Chrome được phát triển bởi Daniel Stoiber, và tính năng chính của nó là "A more powerful way to search Spotify.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Advanced Spotify Search

Tải xuống các tệp mở rộng Advanced Spotify Search 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

                        You can search by Song, Artist, Album, Release Year, Genre, or any combination of those.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Advanced Spotify Search Advanced Spotify Search
ID ppejgllbljogfbmanhgcgdheckimfino
URL Chính Thức https://chromewebstore.google.com/detail/advanced-spotify-search/ppejgllbljogfbmanhgcgdheckimfino
Mô tả A more powerful way to search Spotify.
Kích Thước Tệp 19.86 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-03-12
Ngày Phát Hành 2021-03-07
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Daniel Stoiber
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://daniel.stoiber.network/project/advanced-spotify-search
URL Trang Trợ Giúp https://github.com/nerdXNature/advanced-spotify-search/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Spotify Search",
    "description": "A more powerful way to search Spotify.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}