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 |
| 公式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 |
| Eメール | [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\/*"
]
}
]
} | |