8trhacker
Make Spotify playlists from 8tracks mixes
什麼是8trhacker?
8trhacker是由apeiron877開發的Chrome擴展程式,該擴展的主要功能是“Make Spotify playlists from 8tracks mixes”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | npgibndagfpfcddhnlnhbacedilajgkd |
官方網址 | 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 } |