8trhacker
Make Spotify playlists from 8tracks mixes
Cos'è 8trhacker?
8trhacker è un'estensione di Chrome sviluppata da apeiron877, e la sua funzione principale è "Make Spotify playlists from 8tracks mixes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 8trhacker
Scarica i file di estensione 8trhacker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | npgibndagfpfcddhnlnhbacedilajgkd |
URL Ufficiale | https://chromewebstore.google.com/detail/8trhacker/npgibndagfpfcddhnlnhbacedilajgkd |
Descrizione | Make Spotify playlists from 8tracks mixes |
Dimensione del File | 59.27 KB |
Conteggio Installazioni | 145 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2012-11-25 |
Data di Pubblicazione | 2012-11-25 |
Valutazione | 2.93/5 Totale 14 Valutazioni |
Sviluppatore | apeiron877 |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |