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
公式URL 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)
Eメール [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"
            ]
        }
    ]
}