VibeMe

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

¿Qué es VibeMe?

VibeMe es una extensión de Chrome desarrollada por Ryan Harkins, y su función principal es "Listen to the hottest music on the web from the best dj's directly from VibeFM".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión VibeMe

Descarga archivos de extensión VibeMe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre VibeMe VibeMe
ID halokfeahmcibckajfgcocpekldfipkf
URL Oficial https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf
Descripción Listen to the hottest music on the web from the best dj's directly from VibeFM
Tamaño del Archivo 892 KB
Cantidad de Instalaciones 17
Versión Actual 1.15
Última Actualización 2012-09-20
Fecha de Publicación 2012-09-20
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Ryan Harkins
Tipo de Pago free
Idiomas Soportados 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'"
}