Ad Mute for spotify.com
Automatically mutes advertisements between songs at spotify.com
Cos'è Ad Mute for spotify.com?
Ad Mute for spotify.com è un'estensione di Chrome sviluppata da arismelachroinos, e la sua funzione principale è "Automatically mutes advertisements between songs at spotify.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ad Mute for spotify.com
Scarica i file di estensione Ad Mute for spotify.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension has no UI. It automatically mutes the chrome tab whenever an advertisement is playing, and unmutes it as soon as it is finished. This extension has nothing to do with the Spotify company whatsoever. I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link: https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U
Informazioni di Base sull'Estensione
Nome | Ad Mute for spotify.com |
ID | mjncgoplaadnohdddphicedebkafaphe |
URL Ufficiale | https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe |
Descrizione | Automatically mutes advertisements between songs at spotify.com |
Dimensione del File | 36.73 KB |
Conteggio Installazioni | 249 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2022-03-27 |
Data di Pubblicazione | 2021-10-18 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | arismelachroinos |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ad Mute for spotify.com", "version": "0.2", "description": "Automatically mutes advertisements between songs at spotify.com", "background": { "service_worker": "background.js" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.spotify.com\/*" ], "js": [ "jquery.js", "content.js" ] } ], "icons": { "128": "icon.png" } } |