VibeMe
Listen to the hottest music on the web from the best dj's directly from VibeFM
Cos'è VibeMe?
VibeMe è un'estensione di Chrome sviluppata da Ryan Harkins, e la sua funzione principale è "Listen to the hottest music on the web from the best dj's directly from VibeFM".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VibeMe
Scarica i file di estensione VibeMe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Listen to the hottest music on the web from the best dj's directly from VibeFM
Informazioni di Base sull'Estensione
Nome | |
ID | halokfeahmcibckajfgcocpekldfipkf |
URL Ufficiale | https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf |
Descrizione | Listen to the hottest music on the web from the best dj's directly from VibeFM |
Dimensione del File | 892 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.15 |
Ultimo Aggiornamento | 2012-09-20 |
Data di Pubblicazione | 2012-09-20 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Ryan Harkins |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |