Spotifork

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

Cos'è Spotifork?

Spotifork è un'estensione di Chrome sviluppata da D. VECCHITTO, e la sua funzione principale è "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Spotifork

Scarica i file di estensione Spotifork in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
URL Ufficiale https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
Descrizione Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Dimensione del File 60.53 KB
Conteggio Installazioni 89
Versione Corrente 1.4
Ultimo Aggiornamento 2021-05-04
Data di Pubblicazione 2019-01-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore D. VECCHITTO
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}