SpoPlus - Edit Spotify Theme & Settings

2024 Spotify extension that allows you to set up new themes, fonts, remove annoying notifications, popups, and more!

SpoPlus - Edit Spotify Theme & Settings là gì?

SpoPlus - Edit Spotify Theme & Settings là một tiện ích mở rộng Chrome được phát triển bởi fullstackdev, và tính năng chính của nó là "2024 Spotify extension that allows you to set up new themes, fonts, remove annoying notifications, popups, and more!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SpoPlus - Edit Spotify Theme & Settings

Tải xuống các tệp mở rộng SpoPlus - Edit Spotify Theme & Settings 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

                        Hide Spotify "Now Playing" View, disable albums, change themes, fonts, or block images / videos to reduce bandwidth usage with SpoPlus. Take control of your Spotify experience and customize it according to your preferences.

Features:
1. Focus Mode: Enable the "Focus Mode" option to bring back the earlier Spotify interface.

2. Element Visibility Control: Hide the header buttons to create a cleaner interface that focuses solely on your music.

3. Navbar: Make the Navbar bigger for improved visibility and easier navigation.

4. Static Aside Menu Width: Keep the width of the aside menu static, ensuring a consistent and comfortable browsing experience.

5. Albums Styling: Transform all Albums into a sleek rectangle shape.

6. "Now Playing" View Disable: Disable the "now playing view" to simplify the interface and focus solely on your music.

7. Choose from a range of themes and fonts to further customize your Spotify experience: 
   * Themes:
        - Default
        - Light Green
        - Dark Purple
        - Kittens
        - Dark Blue
        - Dark Yellow
        - Dark Red
   ... and more
    * Fonts:
        -  Noto Sans
        -  Pixelify
        -  Montserrat
        -  Poppins
   ... and more

8. Square-shaped Design: Make various elements within Spotify square-shaped, creating a consistent and visually appealing aesthetic.

9. Reduce Traffic Usage: Block all videos or images to reduce traffic usage.

-----
Note: Spotify is a registered trademark of Spotify AB. This extension is not affiliated with or endorsed by Spotify AB.

________

## Version 1.1.8 - Stable Release
   -  Added new themes: 
         Dark Blue, Dark Yellow, Dark Red, Light Purple
   -  Improved themes: Dark Purple, Green Light, Kittens
   -  Fixed Welcome page appearing at every update
   ...and other small changes

## Version 1.2.0 - Stable Release
   -  Added i18n languages (x7) support
   -  Added new themes: 
         Amoled, Amoled Night
   -  Improved themes: Dark Purple
   ...and other small changes                    

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

Tên SpoPlus - Edit Spotify Theme & Settings SpoPlus - Edit Spotify Theme & Settings
ID ijkboaojikgaanlgigobkmbpnjgjljnc
URL Chính Thức https://chromewebstore.google.com/detail/spoplus-edit-spotify-them/ijkboaojikgaanlgigobkmbpnjgjljnc
Mô tả 2024 Spotify extension that allows you to set up new themes, fonts, remove annoying notifications, popups, and more!
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2024-01-14
Ngày Phát Hành 2023-07-04
Đánh Giá 4.80/5 Tổng số 59 Đánh Giá
Nhà Phát Triển fullstackdev
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/gerwld/spoplus-extension/blob/main/SECURITY.md
Ngôn Ngữ Được Hỗ Trợ de,en,es,pl,sv,uk,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.2.0",
    "default_locale": "en",
    "icons": {
        "128": "\/assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/init.js",
                "assets\/graphs\/index.css",
                "assets\/graphs\/main.css",
                "assets\/graphs\/bigger_navbar.css",
                "assets\/graphs\/focus_mode.css",
                "assets\/graphs\/header_btns.css",
                "assets\/graphs\/static_aside.css",
                "assets\/graphs\/rect_avatars.css",
                "assets\/graphs\/block_images.css",
                "assets\/graphs\/block_videos.css",
                "assets\/graphs\/now_play_disable.css",
                "assets\/graphs\/square_shaped.css",
                "assets\/graphs\/themes\/dark_pink.css",
                "assets\/graphs\/themes\/light_green.css",
                "assets\/graphs\/themes\/purple_dark.css",
                "\/assets\/graphs\/fonts\/noto_sans.css",
                "\/assets\/graphs\/fonts\/roboto.css",
                "\/assets\/graphs\/fonts\/poppins.css",
                "\/assets\/graphs\/fonts\/playfair.css",
                "\/assets\/graphs\/fonts\/merriweather.css",
                "\/assets\/graphs\/fonts\/noto_sans.css",
                "\/assets\/graphs\/fonts\/nunito.css",
                "\/assets\/graphs\/fonts\/montserrat.css",
                "\/assets\/graphs\/fonts\/pixelify.css",
                "\/assets\/graphs\/fonts\/gabarito.css",
                "\/assets\/graphs\/fonts\/roboto_condensed.css",
                "\/assets\/graphs\/fonts\/inter.css",
                "\/assets\/graphs\/img\/cup-border.png",
                "\/assets\/img\/logo.svg",
                "assets\/graphs\/themes\/light_purple.css",
                "assets\/graphs\/themes\/dark_red.css",
                "assets\/graphs\/themes\/dark_yellow.css",
                "assets\/graphs\/themes\/dark_blue.css",
                "assets\/graphs\/themes\/amoled.css",
                "assets\/graphs\/themes\/amoled_night.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/open.spotify.com\/*"
            ],
            "js": [
                "\/assets\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "\/assets\/js\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ]
}