Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Co je Spotify Ad Remover?
Spotify Ad Remover je rozšíření Chrome vyvinuté mem królestwo, a jeho hlavní funkcí je „Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Spotify Ad Remover
Stáhněte si soubory rozšíření Spotify Ad Remover ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
Oficiální URL | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Popis | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
Velikost souboru | 89.68 KB |
Počet instalací | 11,338 |
Aktuální Verze | 1.5.4 |
Poslední Aktualizace | 2023-06-16 |
Datum Vydání | 2021-08-21 |
Hodnocení | 3.83/5 Celkem 52 Hodnocení |
Vývojář | mem królestwo |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://kuczis.mysocials.pl/ |
URL Stránky Nápovědy | https://kuczis.mysocials.pl/ |
Podporované Jazyky | 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\/*" ] } ] } |