Spotify Enhancer Ninja

It enhances Spotify, removes all ads and it removes the upgrade button.

Wat is Spotify Enhancer Ninja?

Spotify Enhancer Ninja is een Chrome-extensie ontwikkeld door EduNinja, en de belangrijkste functie is "It enhances Spotify, removes all ads and it removes the upgrade button.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Spotify Enhancer Ninja

Download Spotify Enhancer Ninja-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension removes ads and the upgrade button from Spotify Web.
You will feel the difference!

**THIS IS FOR THE SPOTIFY WEB PLAYER***                    

Basisinformatie over de Extensie

Naam Spotify Enhancer Ninja Spotify Enhancer Ninja
ID elkedcabdjogaiaphkmafjpjgiabpgfj
Officiële URL https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj
Beschrijving It enhances Spotify, removes all ads and it removes the upgrade button.
Bestandsgrootte 322 KB
Aantal Installaties 583
Huidige Versie 1.1203
Laatst Bijgewerkt 2021-05-09
Publicatiedatum 2021-02-15
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar EduNinja
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://dsc.gg/ez-dubs
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}