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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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