Spotify Enhancer Ninja

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

Co to jest Spotify Enhancer Ninja?

Spotify Enhancer Ninja to rozszerzenie Chrome opracowane przez EduNinja, a jego główną funkcją jest „It enhances Spotify, removes all ads and it removes the upgrade button.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Spotify Enhancer Ninja

Pobierz pliki rozszerzeń Spotify Enhancer Ninja w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Spotify Enhancer Ninja Spotify Enhancer Ninja
ID elkedcabdjogaiaphkmafjpjgiabpgfj
Oficjalny URL https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj
Opis It enhances Spotify, removes all ads and it removes the upgrade button.
Rozmiar pliku 322 KB
Liczba instalacji 583
Aktualna Wersja 1.1203
Ostatnia Aktualizacja 2021-05-09
Data Publikacji 2021-02-15
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper EduNinja
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://dsc.gg/ez-dubs
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}