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 |
官方網址 | 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\/*" ] } ] } |