Spotify Ad Remover

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

Co to jest Spotify Ad Remover?

Spotify Ad Remover to rozszerzenie Chrome opracowane przez mem królestwo, a jego główną funkcją jest „Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Spotify Ad Remover

Pobierz pliki rozszerzeń Spotify Ad Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Spotify Ad Remover Spotify Ad Remover
ID glpljojimangbbmcgjkjekeaienoagda
Oficjalny URL https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda
Opis Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Rozmiar pliku 89.68 KB
Liczba instalacji 11,338
Aktualna Wersja 1.5.4
Ostatnia Aktualizacja 2023-06-16
Data Publikacji 2021-08-21
Ocena 3.83/5 Łącznie 52 Oceny
Deweloper mem królestwo
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://kuczis.mysocials.pl/
Adres URL Strony Pomocy https://kuczis.mysocials.pl/
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}