SpotiShush
Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
Hvad er SpotiShush?
SpotiShush er en Chrome-udvidelse udviklet af Guilherme Silva (guihkx), og dens hovedfunktion er "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.".
Udvidelsesskærmbilleder
Download SpotiShush-udvidelses-CRX-fil
Download SpotiShush-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | SpotiShush |
ID | dfbbfmkkafpoohlcmkndjnpohhgelgnf |
Officiel URL | https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf |
Beskrivelse | Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO. |
Filstørrelse | 14.68 KB |
Antal Installationer | 9,811 |
Nuværende Version | 2023.9.26 |
Senest Opdateret | 2023-09-27 |
Udgivelsesdato | 2020-07-04 |
Bedømmelse | 4.08/5 Samlet 72 Bedømmelser |
Udvikler | Guilherme Silva (guihkx) |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/guihkx/spotishush |
Hjælpeside-URL | https://github.com/guihkx/spotishush |
Understøttede Sprog | 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" ] } ] } |