VibeMe

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

VibeMe क्या है?

VibeMe Ryan Harkins द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to the hottest music on the web from the best dj's directly from VibeFM"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VibeMe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}