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.”。
扩展截图
下载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***
扩展基本信息
名称 | |
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\/*" ] } ] } |