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 擴展基本資訊
| 名稱 | |
| ID | glpljojimangbbmcgjkjekeaienoagda |
| 官方網址 | 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\/*"
]
}
]
} | |