BGMs.me Extension
BGMs.me再生用エクステンション
What is BGMs.me Extension?
BGMs.me Extension is a Chrome extension developed by http://bgms.me, and its main feature is "BGMs.me再生用エクステンション".
Extension Screenshots
Download BGMs.me Extension Extension CRX File
Download BGMs.me Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
BGMs.me Extentionはいろいろなジャンル・アーティストでまとめられたYoutubeプレイリストを聞くことができるエクステンションです。 エクステンションをインストール後、ナビゲーションバーに表示されるアイコンをクリックしてください。そこで表示されるプレリストの中から、好きなプレイリストをクリックすると音楽の再生がはじまります。 再生を止めるにはSTOPボタンを押してください。 このエクステンションは、BGMs.meに投稿されたプレイリストを表示させています。 新しいプレイリストをつくるにはBGMs.meのサイト(http://bgms.me)を利用してください。
Extension Basic Information
Name | |
ID | dgokdiapngbbkmaieanoggnglecmahhb |
Official URL | https://chrome.google.com/webstore/detail/bgmsme-extension/dgokdiapngbbkmaieanoggnglecmahhb |
Description | BGMs.me再生用エクステンション |
File Size | 336 KB |
Installation Count | 18 |
Current Version | 0.4.6 |
Last Updated | 2014-04-24 |
Publish Date | 2014-04-24 |
Rating | 3.67/5 Total 3 Ratings |
Developer | http://bgms.me |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BGMs.me Extension", "version": "0.4.6", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "description": "BGMs.me\u518d\u751f\u7528\u30a8\u30af\u30b9\u30c6\u30f3\u30b7\u30e7\u30f3", "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_title": "BGMs.me", "default_popup": "popup.html", "permissions": [ "http:\/\/bgms.me\/*", "http:\/\/bgms.me\/entries.json" ] }, "background": { "page": "background.html" }, "permissions": [ "http:\/\/bgms.me\/*", "contextMenus" ] } |