Spotifork

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

Wat is Spotifork?

Spotifork is een Chrome-extensie ontwikkeld door D. VECCHITTO, en de belangrijkste functie is "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Spotifork

Download Spotifork-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
Officiële URL https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
Beschrijving Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Bestandsgrootte 60.53 KB
Aantal Installaties 89
Huidige Versie 1.4
Laatst Bijgewerkt 2021-05-04
Publicatiedatum 2019-01-09
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar D. VECCHITTO
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}