Spotify Enhancer Ninja

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

Vad är Spotify Enhancer Ninja?

Spotify Enhancer Ninja är en Chrome-tillägg utvecklad av EduNinja, och dess huvudfunktion är "It enhances Spotify, removes all ads and it removes the upgrade button.".

Tilläggsskärmbilder

screenshot

Ladda ner Spotify Enhancer Ninja-förlängningens CRX-fil

Ladda ner Spotify Enhancer Ninja-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

Grundläggande Information om Tillägg

Namn Spotify Enhancer Ninja Spotify Enhancer Ninja
ID elkedcabdjogaiaphkmafjpjgiabpgfj
Officiell webbadress https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj
Beskrivning It enhances Spotify, removes all ads and it removes the upgrade button.
Filstorlek 322 KB
Antal Installationer 583
Aktuell Version 1.1203
Senast Uppdaterad 2021-05-09
Publiceringsdatum 2021-02-15
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare EduNinja
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://dsc.gg/ez-dubs
Stödda Språk 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\/*"
            ]
        }
    ]
}