Beetbot

Collect and listen to songs on your PC or mobile device for FREE!

O que é Beetbot?

Beetbot é uma extensão do Chrome desenvolvida por https://beetbot.com, e sua principal característica é "Collect and listen to songs on your PC or mobile device for FREE!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Beetbot

Baixe arquivos de extensão Beetbot 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

                        Beetbot allows users to collect songs from their favorite websites including YouTube, Vimeo, Soundcloud, and more. Users simply have to create a playlist, search for songs to add to their playlist, and stream their music from their PC or mobile device.

This extension allows users to add any song/video to their playlist. When a user encounters a video he/she likes (i.e on YouTube), all they have to do is click the extension and choose the playlist they would like to add it to.

The website, beetbot.com, provides many other features including browsing the top songs/albums, searching for specific songs, following friends, and listening to playlists made by other users.                    

Informações Básicas da Extensão

Nome Beetbot Beetbot
ID fiholfgcaahiikhhkhcogffaigobkgaa
URL Oficial https://chromewebstore.google.com/detail/beetbot/fiholfgcaahiikhhkhcogffaigobkgaa
Descrição Collect and listen to songs on your PC or mobile device for FREE!
Tamanho do Arquivo 43.05 KB
Contagem de Instalações 17
Versão Atual 1.0.4
Última Atualização 2016-04-30
Data de Publicação 2016-04-29
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://beetbot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.beetbot.com
URL da Página de Ajuda http://www.beetbot.com/contact
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beetbot",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Collect and listen to songs on your PC or mobile device for FREE!",
    "icons": {
        "16": "mascot_16x16.png",
        "48": "mascot_48x48.png",
        "128": "mascot_128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "mascot.png",
        "default_popup": "index.html"
    }
}