Spotifork

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

Spotifork là gì?

Spotifork là một tiện ích mở rộng Chrome được phát triển bởi D. VECCHITTO, và tính năng chính của nó là "Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spotifork

Tải xuống các tệp mở rộng Spotifork dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spotifork Spotifork
ID amhdchkdkchdidinbcofgbklneockjmf
URL Chính Thức https://chromewebstore.google.com/detail/spotifork/amhdchkdkchdidinbcofgbklneockjmf
Mô tả Adds little links to the Pitchfork website that allow you to immediately jump to a Spotify search.
Kích Thước Tệp 60.53 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-05-04
Ngày Phát Hành 2019-01-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển D. VECCHITTO
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}