Spotify Enhancer Ninja
It enhances Spotify, removes all ads and it removes the upgrade button.
Was ist Spotify Enhancer Ninja?
Spotify Enhancer Ninja ist eine Chrome-Erweiterung, die von EduNinja entwickelt wurde, und ihr Hauptmerkmal ist "It enhances Spotify, removes all ads and it removes the upgrade button.".
Erweiterungsscreenshots
Spotify Enhancer Ninja-Erweiterungs-CRX-Datei herunterladen
Laden Sie Spotify Enhancer Ninja-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
This extension removes ads and the upgrade button from Spotify Web. You will feel the difference! **THIS IS FOR THE SPOTIFY WEB PLAYER***
Grundlegende Informationen zur Erweiterung
Name | |
ID | elkedcabdjogaiaphkmafjpjgiabpgfj |
Offizielle URL | https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj |
Beschreibung | It enhances Spotify, removes all ads and it removes the upgrade button. |
Dateigröße | 322 KB |
Installationsanzahl | 583 |
Aktuelle Version | 1.1203 |
Letztes Update | 2021-05-09 |
Veröffentlichungsdatum | 2021-02-15 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | EduNinja |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://dsc.gg/ez-dubs |
Unterstützte Sprachen | 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\/*" ] } ] } |