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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |