VibeMe
Listen to the hottest music on the web from the best dj's directly from VibeFM
VibeMeとは何ですか?
VibeMeはRyan Harkinsによって開発されたChromeの拡張機能で、その主な機能は「Listen to the hottest music on the web from the best dj's directly from VibeFM」です。
拡張機能のスクリーンショット
VibeMe拡張機能のCRXファイルをダウンロード
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'" } |