Spotifork

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

Τι είναι το Spotifork;

Το Spotifork είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον D. VECCHITTO, και η κύρια λειτουργία του είναι "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spotifork

Λήψη αρχείων επέκτασης Spotifork σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
Επίσημο URL https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
Περιγραφή Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Μέγεθος Αρχείου 60.53 KB
Αριθμός Εγκαταστάσεων 89
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2021-05-04
Ημερομηνία Δημοσίευσης 2019-01-09
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής D. VECCHITTO
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}