VibeMe
Listen to the hottest music on the web from the best dj's directly from VibeFM
What is VibeMe?
VibeMe is a Chrome extension developed by Ryan Harkins, and its main feature is "Listen to the hottest music on the web from the best dj's directly from VibeFM".
Extension Screenshots
Download VibeMe Extension CRX File
Download VibeMe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Listen to the hottest music on the web from the best dj's directly from VibeFM
Extension Basic Information
Name | |
ID | halokfeahmcibckajfgcocpekldfipkf |
Official URL | 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 |
File Size | 892 KB |
Installation Count | 17 |
Current Version | 1.15 |
Last Updated | 2012-09-20 |
Publish Date | 2012-09-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ryan Harkins |
Payment Type | free |
Supported Languages | 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'" } |