Spotify Enhancer Ninja

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

Qu'est-ce que Spotify Enhancer Ninja ?

Spotify Enhancer Ninja est une extension Chrome développée par EduNinja, et sa fonction principale est "It enhances Spotify, removes all ads and it removes the upgrade button.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Spotify Enhancer Ninja

Téléchargez les fichiers d'extension Spotify Enhancer Ninja au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Spotify Enhancer Ninja Spotify Enhancer Ninja
ID elkedcabdjogaiaphkmafjpjgiabpgfj
URL Officiel https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj
Description It enhances Spotify, removes all ads and it removes the upgrade button.
Taille du Fichier 322 KB
Nombre d'Installations 583
Version Actuelle 1.1203
Dernière Mise à Jour 2021-05-09
Date de Publication 2021-02-15
Évaluation 4.00/5 Total 4 Évaluations
Développeur EduNinja
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://dsc.gg/ez-dubs
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}