Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Was ist Spotify Ad Remover?
Spotify Ad Remover ist eine Chrome-Erweiterung, die von mem królestwo entwickelt wurde, und ihr Hauptmerkmal ist "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".
Erweiterungsscreenshots
Spotify Ad Remover-Erweiterungs-CRX-Datei herunterladen
Laden Sie Spotify Ad Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
Offizielle URL | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Beschreibung | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
Dateigröße | 89.68 KB |
Installationsanzahl | 11,338 |
Aktuelle Version | 1.5.4 |
Letztes Update | 2023-06-16 |
Veröffentlichungsdatum | 2021-08-21 |
Bewertung | 3.83/5 Insgesamt 52 Bewertungen |
Entwickler | mem królestwo |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://kuczis.mysocials.pl/ |
Hilfeseite URL | https://kuczis.mysocials.pl/ |
Unterstützte Sprachen | 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\/*" ] } ] } |