Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Spotify Ad Remover là gì?
Spotify Ad Remover là một tiện ích mở rộng Chrome được phát triển bởi mem królestwo, và tính năng chính của nó là "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' 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 Ad Remover
Tải xuống các tệp mở rộng Spotify Ad Remover 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
NOT REQUIREMENTS NOW REQUIRED - updated Features: -Updated ads removal method: INSTALL REQUIREMENTS -removes annoying Spotify Sound Ads -(removes 'go premium' button) - may not work -makes your spotify account look like "premium" one -shows when an ad is beeing removed -removed bugs -updated github link -updated manifest v3 Optional install: https://chrome.google.com/webstore/detail/adguard-adblocker/bgnkhhnnamicmpeenaelnjfhikgbkllg?hl=pl
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
URL Chính Thức | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Mô tả | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
Kích Thước Tệp | 89.68 KB |
Số Lần Cài Đặt | 11,338 |
Phiên Bản Hiện Tại | 1.5.4 |
Cập Nhật Lần Cuối | 2023-06-16 |
Ngày Phát Hành | 2021-08-21 |
Đánh Giá | 3.83/5 Tổng số 52 Đánh Giá |
Nhà Phát Triển | mem królestwo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kuczis.mysocials.pl/ |
URL Trang Trợ Giúp | https://kuczis.mysocials.pl/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spotify Ad Remover", "version": "1.5.4", "description": "Removes audio ads on Spotify\u2122 Web Player. It also disables the 'premium' button.", "host_permissions": [ "https:\/\/open.spotify.com\/*" ], "icons": { "128": "icon\/icon.png" }, "action": { "default_icon": { "128": "icon\/icon.png" }, "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "scripts\/contentScript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "scripts\/*", "popup\/*" ], "matches": [ "https:\/\/open.spotify.com\/*" ] } ] } |