Spotifork

Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.

Spotifork란 무엇입니까?

Spotifork은(는) D. VECCHITTO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        *EDIT: NEW VERSION! Pitchfork changed a bunch of their html markup so some parts of this stopped working. It should be mostly functional again.*

Spotifork adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search. Spotifork creates one link that jumps directly to the artist and another that jumps directly to the album.

Spotifork does NOT check Spotify before creating these links, so many searches may yield no results. Still, this is the fastest way to see if stuff reviewed on Pitchfork is available on Spotify!                    

확장 프로그램 기본 정보

이름 Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
공식 URL https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
설명 Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
파일 크기 60.53 KB
설치 횟수 89
현재 버전 1.4
최근 업데이트 2021-05-04
출시 날짜 2019-01-09
평점 5.00/5 총 4 개의 평점
개발자 D. VECCHITTO
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotifork",
    "description": "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.",
    "version": "1.4",
    "icons": {
        "16": "sfork16.png",
        "48": "sfork48.png",
        "128": "sfork128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/pitchfork.com\/*",
                "https:\/\/pitchfork.com\/*"
            ],
            "js": [
                "jquery321min.js",
                "pforkify.js"
            ],
            "css": [
                "pforkify.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "spotify-icon.png"
    ],
    "manifest_version": 2
}