Skipify
Personal blacklist for Spotify
Wat is Skipify?
Skipify is een Chrome-extensie ontwikkeld door https://www.skipify.org, en de belangrijkste functie is "Personal blacklist for Spotify".
Extensie Screenshots
Download het CRX-bestand van de extensie Skipify
Download Skipify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | eiimieigdjmikikailbhamfekeelenjj |
Officiële URL | https://chrome.google.com/webstore/detail/skipify/eiimieigdjmikikailbhamfekeelenjj |
Beschrijving | Personal blacklist for Spotify |
Bestandsgrootte | 50.09 KB |
Aantal Installaties | 191 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2017-09-20 |
Publicatiedatum | 2017-09-20 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.skipify.org |
Betalingswijze | free |
Extensiewebsite | https://www.skipify.org |
Ondersteunde Talen | 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 } } |