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文件

下载Spotifork扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        *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
}