Spotifork

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

Was ist Spotifork?

Spotifork ist eine Chrome-Erweiterung, die von D. VECCHITTO entwickelt wurde, und ihr Hauptmerkmal ist "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Spotifork-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spotifork-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
Offizielle URL https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
Beschreibung Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Dateigröße 60.53 KB
Installationsanzahl 89
Aktuelle Version 1.4
Letztes Update 2021-05-04
Veröffentlichungsdatum 2019-01-09
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler D. VECCHITTO
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}