Skipify
Personal blacklist for Spotify
Was ist Skipify?
Skipify ist eine Chrome-Erweiterung, die von https://www.skipify.org entwickelt wurde, und ihr Hauptmerkmal ist "Personal blacklist for Spotify".
Erweiterungsscreenshots
Skipify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Skipify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Define your own blacklist to block titles, artists, albums and anything else you don't want to listen on Spotify. Skipify blocks them automatically. Blacklist are easy to use. Just insert parts of the artist or title you want to block. - "Just*er" matches "Justin Bieber" (without quotes) - "justin*" matches anything includes "justin" (without quotes) Be careful by using wildcards! - a* blocks anything including "a" - * blocks ANYTHING on Spotify (nice to make Spotify unusable)
Grundlegende Informationen zur Erweiterung
Name | |
ID | eiimieigdjmikikailbhamfekeelenjj |
Offizielle URL | https://chrome.google.com/webstore/detail/skipify/eiimieigdjmikikailbhamfekeelenjj |
Beschreibung | Personal blacklist for Spotify |
Dateigröße | 50.09 KB |
Installationsanzahl | 191 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2017-09-20 |
Veröffentlichungsdatum | 2017-09-20 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.skipify.org |
Zahlungsart | free |
Erweiterungswebsite | https://www.skipify.org |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skipify", "description": "Personal blacklist for Spotify", "version": "1.0.7", "manifest_version": 2, "icons": { "128": "icon.png", "48": "icon_48.png", "32": "icon_32.png" }, "browser_action": { "default_title": "Skipify", "default_icon": "icon.png" }, "incognito": "split", "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/open.spotify.com\/*", "tabs", "storage" ], "options_ui": { "page": "blacklist.html", "chrome_style": true } } |