No Interruptions
Mute Tab during Spotify Ads
O que é No Interruptions?
No Interruptions é uma extensão do Chrome desenvolvida por Mohit Hotwani, e sua principal característica é "Mute Tab during Spotify Ads".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão No Interruptions
Baixe arquivos de extensão No Interruptions 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
No need to get distracted from work while listening to music on Spotify, No Interruptions extension will mute ADs for you and unmute when AD ends.
Informações Básicas da Extensão
Nome | No Interruptions |
ID | hpepnbfnjpagjknkhhpohialemblblog |
URL Oficial | https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog |
Descrição | Mute Tab during Spotify Ads |
Tamanho do Arquivo | 25.69 KB |
Contagem de Instalações | 51 |
Versão Atual | 0.0.1 |
Última Atualização | 2022-11-07 |
Data de Publicação | 2022-11-06 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Mohit Hotwani |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Interruptions", "description": "Mute Tab during Spotify Ads", "version": "0.0.1", "manifest_version": 3, "author": "Mohit", "action": { "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "noInterruptions.js" ] } ] } |