Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
O que é Spotify Ad Remover?
Spotify Ad Remover é uma extensão do Chrome desenvolvida por mem królestwo, e sua principal característica é "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Spotify Ad Remover
Baixe arquivos de extensão Spotify Ad Remover 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
NOT REQUIREMENTS NOW REQUIRED - updated Features: -Updated ads removal method: INSTALL REQUIREMENTS -removes annoying Spotify Sound Ads -(removes 'go premium' button) - may not work -makes your spotify account look like "premium" one -shows when an ad is beeing removed -removed bugs -updated github link -updated manifest v3 Optional install: https://chrome.google.com/webstore/detail/adguard-adblocker/bgnkhhnnamicmpeenaelnjfhikgbkllg?hl=pl
Informações Básicas da Extensão
Nome | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
URL Oficial | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Descrição | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
Tamanho do Arquivo | 89.68 KB |
Contagem de Instalações | 11,338 |
Versão Atual | 1.5.4 |
Última Atualização | 2023-06-16 |
Data de Publicação | 2021-08-21 |
Classificação | 3.83/5 Total de 52 Avaliações |
Desenvolvedor | mem królestwo |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://kuczis.mysocials.pl/ |
URL da Página de Ajuda | https://kuczis.mysocials.pl/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spotify Ad Remover", "version": "1.5.4", "description": "Removes audio ads on Spotify\u2122 Web Player. It also disables the 'premium' button.", "host_permissions": [ "https:\/\/open.spotify.com\/*" ], "icons": { "128": "icon\/icon.png" }, "action": { "default_icon": { "128": "icon\/icon.png" }, "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "scripts\/contentScript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "scripts\/*", "popup\/*" ], "matches": [ "https:\/\/open.spotify.com\/*" ] } ] } |