Spotify Enhancer Ninja
It enhances Spotify, removes all ads and it removes the upgrade button.
Hvad er Spotify Enhancer Ninja?
Spotify Enhancer Ninja er en Chrome-udvidelse udviklet af EduNinja, og dens hovedfunktion er "It enhances Spotify, removes all ads and it removes the upgrade button.".
Udvidelsesskærmbilleder
Download Spotify Enhancer Ninja-udvidelses-CRX-fil
Download Spotify Enhancer Ninja-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension removes ads and the upgrade button from Spotify Web. You will feel the difference! **THIS IS FOR THE SPOTIFY WEB PLAYER***
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | elkedcabdjogaiaphkmafjpjgiabpgfj |
Officiel URL | https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj |
Beskrivelse | It enhances Spotify, removes all ads and it removes the upgrade button. |
Filstørrelse | 322 KB |
Antal Installationer | 583 |
Nuværende Version | 1.1203 |
Senest Opdateret | 2021-05-09 |
Udgivelsesdato | 2021-02-15 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | EduNinja |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://dsc.gg/ez-dubs |
Understøttede Sprog | 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\/*" ] } ] } |