Skipify
Personal blacklist for Spotify
What is Skipify?
Skipify is a Chrome extension developed by https://www.skipify.org, and its main feature is "Personal blacklist for Spotify".
Extension Screenshots
Download Skipify Extension CRX File
Download Skipify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | |
ID | eiimieigdjmikikailbhamfekeelenjj |
Official URL | https://chrome.google.com/webstore/detail/skipify/eiimieigdjmikikailbhamfekeelenjj |
Description | Personal blacklist for Spotify |
File Size | 50.09 KB |
Installation Count | 191 |
Current Version | 1.0.7 |
Last Updated | 2017-09-20 |
Publish Date | 2017-09-20 |
Rating | 3.50/5 Total 2 Ratings |
Developer | https://www.skipify.org |
Payment Type | free |
Extension Website | https://www.skipify.org |
Supported Languages | 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 } } |