Ad Mute for spotify.com
Automatically mutes advertisements between songs at spotify.com
O que é Ad Mute for spotify.com?
Ad Mute for spotify.com é uma extensão do Chrome desenvolvida por arismelachroinos, e sua principal característica é "Automatically mutes advertisements between songs at spotify.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ad Mute for spotify.com
Baixe arquivos de extensão Ad Mute for spotify.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Ad Mute for spotify.com |
ID | mjncgoplaadnohdddphicedebkafaphe |
URL Oficial | https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe |
Descrição | Automatically mutes advertisements between songs at spotify.com |
Tamanho do Arquivo | 36.73 KB |
Contagem de Instalações | 249 |
Versão Atual | 0.2 |
Última Atualização | 2022-03-27 |
Data de Publicação | 2021-10-18 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | arismelachroinos |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
Idiomas Suportados | 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" } } |