VibeMe

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

什么是VibeMe?

VibeMe是由Ryan Harkins开发的Chrome扩展程序,该扩展的主要功能是“Listen to the hottest music on the web from the best dj's directly from VibeFM”。

扩展截图

screenshot
screenshot

下载VibeMe扩展crx文件

下载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'"
}