VibeMe

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

Qu'est-ce que VibeMe ?

VibeMe est une extension Chrome développée par Ryan Harkins, et sa fonction principale est "Listen to the hottest music on the web from the best dj's directly from VibeFM".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VibeMe

Téléchargez les fichiers d'extension VibeMe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom VibeMe VibeMe
ID halokfeahmcibckajfgcocpekldfipkf
URL Officiel https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf
Description Listen to the hottest music on the web from the best dj's directly from VibeFM
Taille du Fichier 892 KB
Nombre d'Installations 17
Version Actuelle 1.15
Dernière Mise à Jour 2012-09-20
Date de Publication 2012-09-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur Ryan Harkins
Type de Paiement free
Langues Prises en Charge 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'"
}