Spotifork

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

O que é Spotifork?

Spotifork é uma extensão do Chrome desenvolvida por D. VECCHITTO, e sua principal característica é "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spotifork

Baixe arquivos de extensão Spotifork no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
URL Oficial https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
Descrição Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Tamanho do Arquivo 60.53 KB
Contagem de Instalações 89
Versão Atual 1.4
Última Atualização 2021-05-04
Data de Publicação 2019-01-09
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor D. VECCHITTO
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}