Spotify Ad Remover

Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.

Apa itu Spotify Ad Remover?

Spotify Ad Remover adalah ekstensi Chrome yang dikembangkan oleh mem królestwo, dan fitur utamanya adalah "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Spotify Ad Remover

Unduh file ekstensi Spotify Ad Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Spotify Ad Remover Spotify Ad Remover
ID glpljojimangbbmcgjkjekeaienoagda
URL Resmi https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda
Deskripsi Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Ukuran File 89.68 KB
Jumlah Instalasi 11,338
Versi Saat Ini 1.5.4
Terakhir Diperbarui 2023-06-16
Tanggal Publikasi 2021-08-21
Penilaian 3.83/5 Total 52 Penilaian
Pengembang mem królestwo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://kuczis.mysocials.pl/
URL Halaman Bantuan https://kuczis.mysocials.pl/
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}