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
Eメール [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
}