8trhacker

Make Spotify playlists from 8tracks mixes

O que é 8trhacker?

8trhacker é uma extensão do Chrome desenvolvida por apeiron877, e sua principal característica é "Make Spotify playlists from 8tracks mixes".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 8trhacker

Baixe arquivos de extensão 8trhacker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 8trhacker 8trhacker
ID npgibndagfpfcddhnlnhbacedilajgkd
URL Oficial https://chromewebstore.google.com/detail/8trhacker/npgibndagfpfcddhnlnhbacedilajgkd
Descrição Make Spotify playlists from 8tracks mixes
Tamanho do Arquivo 59.27 KB
Contagem de Instalações 145
Versão Atual 1.1.3
Última Atualização 2012-11-25
Data de Publicação 2012-11-25
Classificação 2.93/5 Total de 14 Avaliações
Desenvolvedor apeiron877
Tipo de Pagamento free
Idiomas Suportados 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
}