VibeMe

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

Что такое VibeMe?

VibeMe - это расширение Chrome, разработанное Ryan Harkins, и его основная функция - "Listen to the hottest music on the web from the best dj's directly from VibeFM".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения VibeMe

Скачайте файлы расширений VibeMe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название VibeMe VibeMe
ID halokfeahmcibckajfgcocpekldfipkf
Официальный URL https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf
Описание Listen to the hottest music on the web from the best dj's directly from VibeFM
Размер файла 892 KB
Количество установок 17
Текущая Версия 1.15
Последнее Обновление 2012-09-20
Дата публикации 2012-09-20
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Ryan Harkins
Тип оплаты free
Поддерживаемые языки 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'"
}