Spotify Enhancer Ninja

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

Spotify Enhancer Ninjaとは何ですか?

Spotify Enhancer NinjaはEduNinjaによって開発されたChromeの拡張機能で、その主な機能は「It enhances Spotify, removes all ads and it removes the upgrade button.」です。

拡張機能のスクリーンショット

screenshot

Spotify Enhancer Ninja拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
            ]
        }
    ]
}