SpotiShush

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

SpotiShush क्या है?

SpotiShush Guilherme Silva (guihkx) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SpotiShush एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)
ईमेल [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"
            ]
        }
    ]
}