8trhacker

Make Spotify playlists from 8tracks mixes

8trhackerとは何ですか?

8trhackerはapeiron877によって開発されたChromeの拡張機能で、その主な機能は「Make Spotify playlists from 8tracks mixes」です。

拡張機能のスクリーンショット

screenshot

8trhacker拡張機能のCRXファイルをダウンロード

8trhacker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 8trhacker 8trhacker
ID npgibndagfpfcddhnlnhbacedilajgkd
公式URL https://chromewebstore.google.com/detail/8trhacker/npgibndagfpfcddhnlnhbacedilajgkd
説明 Make Spotify playlists from 8tracks mixes
ファイルサイズ 59.27 KB
インストール数 145
現在のバージョン 1.1.3
最終更新日 2012-11-25
公開日 2012-11-25
評価 2.93/5 合計 14 レビュー
開発者 apeiron877
支払い方法 free
対応言語 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
}