Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
什么是Spotify Ad Remover?
Spotify Ad Remover是由mem królestwo开发的Chrome扩展程序,该扩展的主要功能是“Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.”。
扩展截图
下载Spotify Ad Remover扩展crx文件
下载Spotify Ad Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
官方URL | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
简介 | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
文件大小 | 89.68 KB |
安装次数 | 11,338 |
当前版本 | 1.5.4 |
更新时间 | 2023-06-16 |
上架时间 | 2021-08-21 |
评分 | 3.83/5 共52次评分 |
开发者 | mem królestwo |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://kuczis.mysocials.pl/ |
帮助页面URL | https://kuczis.mysocials.pl/ |
支持的语言 | 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\/*" ] } ] } |