Spotify Enhancer Ninja
It enhances Spotify, removes all ads and it removes the upgrade button.
Spotify Enhancer Ninja là gì?
Spotify Enhancer Ninja là một tiện ích mở rộng Chrome được phát triển bởi EduNinja, và tính năng chính của nó là "It enhances Spotify, removes all ads and it removes the upgrade button.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spotify Enhancer Ninja
Tải xuống các tệp mở rộng Spotify Enhancer Ninja dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension removes ads and the upgrade button from Spotify Web. You will feel the difference! **THIS IS FOR THE SPOTIFY WEB PLAYER***
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | elkedcabdjogaiaphkmafjpjgiabpgfj |
URL Chính Thức | https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj |
Mô tả | It enhances Spotify, removes all ads and it removes the upgrade button. |
Kích Thước Tệp | 322 KB |
Số Lần Cài Đặt | 583 |
Phiên Bản Hiện Tại | 1.1203 |
Cập Nhật Lần Cuối | 2021-05-09 |
Ngày Phát Hành | 2021-02-15 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | EduNinja |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://dsc.gg/ez-dubs |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |