VibeMe
Listen to the hottest music on the web from the best dj's directly from VibeFM
Co to jest VibeMe?
VibeMe to rozszerzenie Chrome opracowane przez Ryan Harkins, a jego główną funkcją jest „Listen to the hottest music on the web from the best dj's directly from VibeFM”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VibeMe
Pobierz pliki rozszerzeń VibeMe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Listen to the hottest music on the web from the best dj's directly from VibeFM
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | halokfeahmcibckajfgcocpekldfipkf |
Oficjalny URL | https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf |
Opis | Listen to the hottest music on the web from the best dj's directly from VibeFM |
Rozmiar pliku | 892 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.15 |
Ostatnia Aktualizacja | 2012-09-20 |
Data Publikacji | 2012-09-20 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Ryan Harkins |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |