Spotify Enhancer Ninja

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

Apa itu Spotify Enhancer Ninja?

Spotify Enhancer Ninja adalah ekstensi Chrome yang dikembangkan oleh EduNinja, dan fitur utamanya adalah "It enhances Spotify, removes all ads and it removes the upgrade button.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Spotify Enhancer Ninja

Unduh file ekstensi Spotify Enhancer Ninja dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Spotify Enhancer Ninja Spotify Enhancer Ninja
ID elkedcabdjogaiaphkmafjpjgiabpgfj
URL Resmi https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj
Deskripsi It enhances Spotify, removes all ads and it removes the upgrade button.
Ukuran File 322 KB
Jumlah Instalasi 583
Versi Saat Ini 1.1203
Terakhir Diperbarui 2021-05-09
Tanggal Publikasi 2021-02-15
Penilaian 4.00/5 Total 4 Penilaian
Pengembang EduNinja
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://dsc.gg/ez-dubs
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}