Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
¿Qué es Spotify Ad Remover?
Spotify Ad Remover es una extensión de Chrome desarrollada por mem królestwo, y su función principal es "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Spotify Ad Remover
Descarga archivos de extensión Spotify Ad Remover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
URL Oficial | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Descripción | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
Tamaño del Archivo | 89.68 KB |
Cantidad de Instalaciones | 11,338 |
Versión Actual | 1.5.4 |
Última Actualización | 2023-06-16 |
Fecha de Publicación | 2021-08-21 |
Calificación | 3.83/5 Total de 52 Calificaciones |
Desarrollador | mem królestwo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://kuczis.mysocials.pl/ |
URL de la Página de Ayuda | https://kuczis.mysocials.pl/ |
Idiomas Soportados | 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\/*" ] } ] } |