Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Cos'è Spotify Ad Remover?
Spotify Ad Remover è un'estensione di Chrome sviluppata da mem królestwo, e la sua funzione principale è "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spotify Ad Remover
Scarica i file di estensione Spotify Ad Remover 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
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
Informazioni di Base sull'Estensione
Nome | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
URL Ufficiale | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Descrizione | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
Dimensione del File | 89.68 KB |
Conteggio Installazioni | 11,338 |
Versione Corrente | 1.5.4 |
Ultimo Aggiornamento | 2023-06-16 |
Data di Pubblicazione | 2021-08-21 |
Valutazione | 3.83/5 Totale 52 Valutazioni |
Sviluppatore | mem królestwo |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://kuczis.mysocials.pl/ |
URL della Pagina di Aiuto | https://kuczis.mysocials.pl/ |
Lingue Supportate | 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\/*" ] } ] } |