VibeMe
Listen to the hottest music on the web from the best dj's directly from VibeFM
Vad är VibeMe?
VibeMe är en Chrome-tillägg utvecklad av Ryan Harkins, och dess huvudfunktion är "Listen to the hottest music on the web from the best dj's directly from VibeFM".
Tilläggsskärmbilder
Ladda ner VibeMe-förlängningens CRX-fil
Ladda ner VibeMe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Listen to the hottest music on the web from the best dj's directly from VibeFM
Grundläggande Information om Tillägg
Namn | |
ID | halokfeahmcibckajfgcocpekldfipkf |
Officiell webbadress | https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf |
Beskrivning | Listen to the hottest music on the web from the best dj's directly from VibeFM |
Filstorlek | 892 KB |
Antal Installationer | 17 |
Aktuell Version | 1.15 |
Senast Uppdaterad | 2012-09-20 |
Publiceringsdatum | 2012-09-20 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Ryan Harkins |
Betalningssätt | free |
Stödda Språk | 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'" } |