Spotify Enhancer Ninja

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

Co je Spotify Enhancer Ninja?

Spotify Enhancer Ninja je rozšíření Chrome vyvinuté EduNinja, a jeho hlavní funkcí je „It enhances Spotify, removes all ads and it removes the upgrade button.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Spotify Enhancer Ninja

Stáhněte si soubory rozšíření Spotify Enhancer Ninja ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

Základní Informace o Rozšíření

Název Spotify Enhancer Ninja Spotify Enhancer Ninja
ID elkedcabdjogaiaphkmafjpjgiabpgfj
Oficiální URL https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj
Popis It enhances Spotify, removes all ads and it removes the upgrade button.
Velikost souboru 322 KB
Počet instalací 583
Aktuální Verze 1.1203
Poslední Aktualizace 2021-05-09
Datum Vydání 2021-02-15
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář EduNinja
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://dsc.gg/ez-dubs
Podporované Jazyky 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\/*"
            ]
        }
    ]
}