VibeMe

Listen to the hottest music on the web from the best dj's directly from VibeFM

O que é VibeMe?

VibeMe é uma extensão do Chrome desenvolvida por Ryan Harkins, e sua principal característica é "Listen to the hottest music on the web from the best dj's directly from VibeFM".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão VibeMe

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

                        Listen to the hottest music on the web from the best dj's directly from VibeFM                    

Informações Básicas da Extensão

Nome VibeMe VibeMe
ID halokfeahmcibckajfgcocpekldfipkf
URL Oficial https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf
Descrição Listen to the hottest music on the web from the best dj's directly from VibeFM
Tamanho do Arquivo 892 KB
Contagem de Instalações 17
Versão Atual 1.15
Última Atualização 2012-09-20
Data de Publicação 2012-09-20
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Ryan Harkins
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VibeMe",
    "version": "1.15",
    "description": "Listen to the hottest music on the web from the best dj's directly from VibeFM",
    "icons": {
        "128": "resources\/images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "resources\/images\/icon.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "background",
        "http:\/\/*.dropbox.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}