Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Τι είναι το Spotify Ad Remover;
Το Spotify Ad Remover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mem królestwo, και η κύρια λειτουργία του είναι "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Spotify Ad Remover
Λήψη αρχείων επέκτασης Spotify Ad Remover σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
Επίσημο URL | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Περιγραφή | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
Μέγεθος Αρχείου | 89.68 KB |
Αριθμός Εγκαταστάσεων | 11,338 |
Τρέχουσα Έκδοση | 1.5.4 |
Τελευταία Ενημέρωση | 2023-06-16 |
Ημερομηνία Δημοσίευσης | 2021-08-21 |
Αξιολόγηση | 3.83/5 Συνολικά 52 Αξιολογήσεις |
Προγραμματιστής | mem królestwo |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://kuczis.mysocials.pl/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://kuczis.mysocials.pl/ |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |