Skipify

Personal blacklist for Spotify

Skipify란 무엇입니까?

Skipify은(는) https://www.skipify.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Personal blacklist for Spotify"입니다.

확장 프로그램 스크린샷

screenshot

Skipify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
    }
}