SpotiShush

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

什麼是SpotiShush?

SpotiShush是由Guilherme Silva (guihkx)開發的Chrome擴展程式,該擴展的主要功能是“Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.”。

擴展截圖

screenshot

下載SpotiShush擴展crx文件

下載SpotiShush擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 SpotiShush SpotiShush
ID dfbbfmkkafpoohlcmkndjnpohhgelgnf
官方網址 https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf
簡介 Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
檔案大小 14.68 KB
安裝次數 9,811
目前版本 2023.9.26
更新時間 2023-09-27
上架時間 2020-07-04
評分 4.08/5 共 72 次評分
開發者 Guilherme Silva (guihkx)
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/guihkx/spotishush
說明頁面URL https://github.com/guihkx/spotishush
支援的語言 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"
            ]
        }
    ]
}