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
官方網址 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'"
}