Spotifork

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

Vad är Spotifork?

Spotifork är en Chrome-tillägg utvecklad av D. VECCHITTO, och dess huvudfunktion är "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Spotifork-förlängningens CRX-fil

Ladda ner Spotifork-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
Officiell webbadress https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
Beskrivning Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Filstorlek 60.53 KB
Antal Installationer 89
Aktuell Version 1.4
Senast Uppdaterad 2021-05-04
Publiceringsdatum 2019-01-09
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare D. VECCHITTO
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}