8trhacker

Make Spotify playlists from 8tracks mixes

8trhacker là gì?

8trhacker là một tiện ích mở rộng Chrome được phát triển bởi apeiron877, và tính năng chính của nó là "Make Spotify playlists from 8tracks mixes".

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

screenshot

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

Tải xuống các tệp mở rộng 8trhacker 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

                        Spotify allows users to listen to a huge library of songs on demand, but discovering good new music can be difficult. 8tracks has a wide variety of curated mixes created and reviewed by users, but playlists can only be listened to sequentially, songs' titles are not revealed until they begin playing, and skips are limited.

8trhacker dumps 8tracks mixes into your Spotify queue, where you can listen to the songs whenever you want, make a Spotify playlist, share with your friends, etc.                    

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

Tên 8trhacker 8trhacker
ID npgibndagfpfcddhnlnhbacedilajgkd
URL Chính Thức https://chromewebstore.google.com/detail/8trhacker/npgibndagfpfcddhnlnhbacedilajgkd
Mô tả Make Spotify playlists from 8tracks mixes
Kích Thước Tệp 59.27 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2012-11-25
Ngày Phát Hành 2012-11-25
Đánh Giá 2.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển apeiron877
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "8trhacker",
    "version": "1.1.3",
    "description": "Make Spotify playlists from 8tracks mixes",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/8tracks.com\/*"
            ],
            "js": [
                "jquery-1.6.2.min.js",
                "8Trhacker.js",
                "skiptracks.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "icon_all.png",
        "icon_prev.png"
    ],
    "manifest_version": 2
}