Spotifork

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

Qu'est-ce que Spotifork ?

Spotifork est une extension Chrome développée par D. VECCHITTO, et sa fonction principale est "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Spotifork

Téléchargez les fichiers d'extension Spotifork au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
URL Officiel https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
Description Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Taille du Fichier 60.53 KB
Nombre d'Installations 89
Version Actuelle 1.4
Dernière Mise à Jour 2021-05-04
Date de Publication 2019-01-09
Évaluation 5.00/5 Total 4 Évaluations
Développeur D. VECCHITTO
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}