SpotiShush

Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.

SpotiShush là gì?

SpotiShush là một tiện ích mở rộng Chrome được phát triển bởi Guilherme Silva (guihkx), và tính năng chính của nó là "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.".

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

screenshot

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

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

                        When SpotiShush detects an audio ad, it automatically mutes the tab for you! After the ad finishes, SpotiShush unmutes the tab so you can enjoy your favorite songs again!

New in v2023.9.26:

[Fixes]
- Deezer: Update ad detection mechanism                    

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

Tên SpotiShush SpotiShush
ID dfbbfmkkafpoohlcmkndjnpohhgelgnf
URL Chính Thức https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf
Mô tả Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
Kích Thước Tệp 14.68 KB
Số Lần Cài Đặt 9,811
Phiên Bản Hiện Tại 2023.9.26
Cập Nhật Lần Cuối 2023-09-27
Ngày Phát Hành 2020-07-04
Đánh Giá 4.08/5 Tổng số 72 Đánh Giá
Nhà Phát Triển Guilherme Silva (guihkx)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/guihkx/spotishush
URL Trang Trợ Giúp https://github.com/guihkx/spotishush
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpotiShush",
    "version": "2023.9.26",
    "default_locale": "en",
    "description": "__MSG_ext_desc__",
    "icons": {
        "16": "img\/spotishush16.png",
        "48": "img\/spotishush48.png",
        "128": "img\/spotishush128.png"
    },
    "author": "guihkx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*",
                "https:\/\/www.deezer.com\/*",
                "https:\/\/listen.tidal.com\/*",
                "https:\/\/app.idagio.com\/*"
            ],
            "js": [
                "spotishush.js"
            ]
        }
    ]
}