VibeMe
Listen to the hottest music on the web from the best dj's directly from VibeFM
Τι είναι το VibeMe;
Το VibeMe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ryan Harkins, και η κύρια λειτουργία του είναι "Listen to the hottest music on the web from the best dj's directly from VibeFM".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης VibeMe
Λήψη αρχείων επέκτασης VibeMe σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Listen to the hottest music on the web from the best dj's directly from VibeFM
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | halokfeahmcibckajfgcocpekldfipkf |
Επίσημο URL | https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf |
Περιγραφή | Listen to the hottest music on the web from the best dj's directly from VibeFM |
Μέγεθος Αρχείου | 892 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 1.15 |
Τελευταία Ενημέρωση | 2012-09-20 |
Ημερομηνία Δημοσίευσης | 2012-09-20 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Ryan Harkins |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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'" } |