Spotify Ad Remover

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

Wat is Spotify Ad Remover?

Spotify Ad Remover is een Chrome-extensie ontwikkeld door mem królestwo, en de belangrijkste functie is "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Spotify Ad Remover

Download Spotify Ad Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Spotify Ad Remover Spotify Ad Remover
ID glpljojimangbbmcgjkjekeaienoagda
Officiële URL https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda
Beschrijving Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Bestandsgrootte 89.68 KB
Aantal Installaties 11,338
Huidige Versie 1.5.4
Laatst Bijgewerkt 2023-06-16
Publicatiedatum 2021-08-21
Beoordeling 3.83/5 Totaal 52 Beoordelingen
Ontwikkelaar mem królestwo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kuczis.mysocials.pl/
Help Pagina-URL https://kuczis.mysocials.pl/
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}