Spotify Enhancer Ninja

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

Cos'è Spotify Enhancer Ninja?

Spotify Enhancer Ninja è un'estensione di Chrome sviluppata da EduNinja, e la sua funzione principale è "It enhances Spotify, removes all ads and it removes the upgrade button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spotify Enhancer Ninja

Scarica i file di estensione Spotify Enhancer Ninja in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Spotify Enhancer Ninja Spotify Enhancer Ninja
ID elkedcabdjogaiaphkmafjpjgiabpgfj
URL Ufficiale https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj
Descrizione It enhances Spotify, removes all ads and it removes the upgrade button.
Dimensione del File 322 KB
Conteggio Installazioni 583
Versione Corrente 1.1203
Ultimo Aggiornamento 2021-05-09
Data di Pubblicazione 2021-02-15
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore EduNinja
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://dsc.gg/ez-dubs
Lingue Supportate 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\/*"
            ]
        }
    ]
}