Skipify

Personal blacklist for Spotify

什麼是Skipify?

Skipify是由https://www.skipify.org開發的Chrome擴展程式,該擴展的主要功能是“Personal blacklist for Spotify”。

擴展截圖

screenshot

下載Skipify擴展crx文件

下載Skipify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Skipify Skipify
ID eiimieigdjmikikailbhamfekeelenjj
官方網址 https://chrome.google.com/webstore/detail/skipify/eiimieigdjmikikailbhamfekeelenjj
簡介 Personal blacklist for Spotify
檔案大小 50.09 KB
安裝次數 191
目前版本 1.0.7
更新時間 2017-09-20
上架時間 2017-09-20
評分 3.50/5 共 2 次評分
開發者 https://www.skipify.org
付費類型 free
擴展官網 https://www.skipify.org
支援的語言 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
    }
}