Spotifork

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

Co to jest Spotifork?

Spotifork to rozszerzenie Chrome opracowane przez D. VECCHITTO, a jego główną funkcją jest „Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Spotifork

Pobierz pliki rozszerzeń Spotifork w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
Oficjalny URL https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
Opis Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Rozmiar pliku 60.53 KB
Liczba instalacji 89
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2021-05-04
Data Publikacji 2019-01-09
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper D. VECCHITTO
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}