Spotify Enhancer Ninja
It enhances Spotify, removes all ads and it removes the upgrade button.
What is Spotify Enhancer Ninja?
Spotify Enhancer Ninja is a Chrome extension developed by EduNinja, and its main feature is "It enhances Spotify, removes all ads and it removes the upgrade button.".
Extension Screenshots
Download Spotify Enhancer Ninja Extension CRX File
Download Spotify Enhancer Ninja 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
This extension removes ads and the upgrade button from Spotify Web. You will feel the difference! **THIS IS FOR THE SPOTIFY WEB PLAYER***
Extension Basic Information
Name | |
ID | elkedcabdjogaiaphkmafjpjgiabpgfj |
Official URL | https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj |
Description | It enhances Spotify, removes all ads and it removes the upgrade button. |
File Size | 322 KB |
Installation Count | 583 |
Current Version | 1.1203 |
Last Updated | 2021-05-09 |
Publish Date | 2021-02-15 |
Rating | 4.00/5 Total 4 Ratings |
Developer | EduNinja |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://dsc.gg/ez-dubs |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotify Enhancer Ninja", "version": "1.1203", "description": "It enhances Spotify, removes all ads and it removes the upgrade button.", "permissions": [ "*:\/\/open.spotify.com\/*", "webRequest", "webRequestBlocking", "activeTab" ], "background": { "scripts": [ "blocker.js" ] }, "icons": { "16": "16-icon.png", "19": "19-icon.png", "38": "38-icon.png", "64": "64-icon.png", "128": "128-icon.png" }, "content_scripts": [ { "css": [ "restyler.css" ], "matches": [ "*:\/\/open.spotify.com\/*" ] } ] } |