VibeMe

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

Co je VibeMe?

VibeMe je rozšíření Chrome vyvinuté Ryan Harkins, a jeho hlavní funkcí je „Listen to the hottest music on the web from the best dj's directly from VibeFM“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření VibeMe

Stáhněte si soubory rozšíření VibeMe ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název VibeMe VibeMe
ID halokfeahmcibckajfgcocpekldfipkf
Oficiální URL https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf
Popis Listen to the hottest music on the web from the best dj's directly from VibeFM
Velikost souboru 892 KB
Počet instalací 17
Aktuální Verze 1.15
Poslední Aktualizace 2012-09-20
Datum Vydání 2012-09-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Ryan Harkins
Typ Platby free
Podporované Jazyky 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'"
}