Spotifork

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

¿Qué es Spotifork?

Spotifork es una extensión de Chrome desarrollada por D. VECCHITTO, y su función principal es "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Spotifork

Descarga archivos de extensión Spotifork en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
URL Oficial https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
Descripción Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Tamaño del Archivo 60.53 KB
Cantidad de Instalaciones 89
Versión Actual 1.4
Última Actualización 2021-05-04
Fecha de Publicación 2019-01-09
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador D. VECCHITTO
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}