Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Qu'est-ce que Spotify Ad Remover ?
Spotify Ad Remover est une extension Chrome développée par mem królestwo, et sa fonction principale est "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spotify Ad Remover
Téléchargez les fichiers d'extension Spotify Ad Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
URL Officiel | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Description | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
Taille du Fichier | 89.68 KB |
Nombre d'Installations | 11,338 |
Version Actuelle | 1.5.4 |
Dernière Mise à Jour | 2023-06-16 |
Date de Publication | 2021-08-21 |
Évaluation | 3.83/5 Total 52 Évaluations |
Développeur | mem królestwo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://kuczis.mysocials.pl/ |
URL de la Page d'Aide | https://kuczis.mysocials.pl/ |
Langues Prises en Charge | 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\/*" ] } ] } |