Spotify Enhancer Ninja

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

Что такое Spotify Enhancer Ninja?

Spotify Enhancer Ninja - это расширение Chrome, разработанное EduNinja, и его основная функция - "It enhances Spotify, removes all ads and it removes the upgrade button.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Spotify Enhancer Ninja

Скачайте файлы расширений Spotify Enhancer Ninja в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

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

Основная информация о расширении

Название Spotify Enhancer Ninja Spotify Enhancer Ninja
ID elkedcabdjogaiaphkmafjpjgiabpgfj
Официальный URL https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj
Описание It enhances Spotify, removes all ads and it removes the upgrade button.
Размер файла 322 KB
Количество установок 583
Текущая Версия 1.1203
Последнее Обновление 2021-05-09
Дата публикации 2021-02-15
Рейтинг 4.00/5 Всего 4 оценок
Разработчик EduNinja
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://dsc.gg/ez-dubs
Поддерживаемые языки 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\/*"
            ]
        }
    ]
}