Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
What is Spotify Ad Remover?
Spotify Ad Remover is a Chrome extension developed by mem królestwo, and its main feature is "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".
Extension Screenshots
Download Spotify Ad Remover Extension CRX File
Download Spotify Ad Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
Official URL | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Description | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
File Size | 89.68 KB |
Installation Count | 11,338 |
Current Version | 1.5.4 |
Last Updated | 2023-06-16 |
Publish Date | 2021-08-21 |
Rating | 3.83/5 Total 52 Ratings |
Developer | mem królestwo |
[email protected] | |
Payment Type | free |
Extension Website | https://kuczis.mysocials.pl/ |
Help Page URL | https://kuczis.mysocials.pl/ |
Supported Languages | 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\/*" ] } ] } |