VibeMe
Listen to the hottest music on the web from the best dj's directly from VibeFM
Apa itu VibeMe?
VibeMe adalah ekstensi Chrome yang dikembangkan oleh Ryan Harkins, dan fitur utamanya adalah "Listen to the hottest music on the web from the best dj's directly from VibeFM".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VibeMe
Unduh file ekstensi VibeMe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Listen to the hottest music on the web from the best dj's directly from VibeFM
Informasi Dasar Ekstensi
Nama | |
ID | halokfeahmcibckajfgcocpekldfipkf |
URL Resmi | https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf |
Deskripsi | Listen to the hottest music on the web from the best dj's directly from VibeFM |
Ukuran File | 892 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.15 |
Terakhir Diperbarui | 2012-09-20 |
Tanggal Publikasi | 2012-09-20 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Ryan Harkins |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |