Skipify
Personal blacklist for Spotify
Vad är Skipify?
Skipify är en Chrome-tillägg utvecklad av https://www.skipify.org, och dess huvudfunktion är "Personal blacklist for Spotify".
Tilläggsskärmbilder
Ladda ner Skipify-förlängningens CRX-fil
Ladda ner Skipify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | eiimieigdjmikikailbhamfekeelenjj |
Officiell webbadress | https://chrome.google.com/webstore/detail/skipify/eiimieigdjmikikailbhamfekeelenjj |
Beskrivning | Personal blacklist for Spotify |
Filstorlek | 50.09 KB |
Antal Installationer | 191 |
Aktuell Version | 1.0.7 |
Senast Uppdaterad | 2017-09-20 |
Publiceringsdatum | 2017-09-20 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | https://www.skipify.org |
Betalningssätt | free |
Tilläggswebbplats | https://www.skipify.org |
Stödda Språk | 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 } } |