Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Vad är Spotify Ad Remover?
Spotify Ad Remover är en Chrome-tillägg utvecklad av mem królestwo, och dess huvudfunktion är "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".
Tilläggsskärmbilder
Ladda ner Spotify Ad Remover-förlängningens CRX-fil
Ladda ner Spotify Ad Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
Officiell webbadress | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Beskrivning | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
Filstorlek | 89.68 KB |
Antal Installationer | 11,338 |
Aktuell Version | 1.5.4 |
Senast Uppdaterad | 2023-06-16 |
Publiceringsdatum | 2021-08-21 |
Betyg | 3.83/5 Totalt 52 Betyg |
Utvecklare | mem królestwo |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://kuczis.mysocials.pl/ |
Hjälpsida URL | https://kuczis.mysocials.pl/ |
Stödda Språk | 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\/*" ] } ] } |