VibeMe
Listen to the hottest music on the web from the best dj's directly from VibeFM
Wat is VibeMe?
VibeMe is een Chrome-extensie ontwikkeld door Ryan Harkins, en de belangrijkste functie is "Listen to the hottest music on the web from the best dj's directly from VibeFM".
Extensie Screenshots
Download het CRX-bestand van de extensie VibeMe
Download VibeMe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Listen to the hottest music on the web from the best dj's directly from VibeFM
Basisinformatie over de Extensie
Naam | |
ID | halokfeahmcibckajfgcocpekldfipkf |
Officiële URL | https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf |
Beschrijving | Listen to the hottest music on the web from the best dj's directly from VibeFM |
Bestandsgrootte | 892 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.15 |
Laatst Bijgewerkt | 2012-09-20 |
Publicatiedatum | 2012-09-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ryan Harkins |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |