Spotifork

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

Spotifork क्या है?

Spotifork D. VECCHITTO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spotifork एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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