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".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة VibeMe

قم بتنزيل ملفات الامتداد VibeMe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Listen to the hottest music on the web from the best dj's directly from VibeFM                    

معلومات أساسية عن التمديد

الاسم VibeMe VibeMe
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'"
}