作業用BGM
itunesのサンプルミュージックをひたすら流し続けるだけです。作業用BGMにどうぞ!
What is 作業用BGM?
作業用BGM is a Chrome extension developed by Ext, and its main feature is "itunesのサンプルミュージックをひたすら流し続けるだけです。作業用BGMにどうぞ!".
Extension Screenshots
Download 作業用BGM Extension CRX File
Download 作業用BGM 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
Extension Basic Information
Name | |
ID | opjkhceepncompihbimaapejgbeabnkf |
Official URL | https://chrome.google.com/webstore/detail/%E4%BD%9C%E6%A5%AD%E7%94%A8bgm/opjkhceepncompihbimaapejgbeabnkf |
Description | itunesのサンプルミュージックをひたすら流し続けるだけです。作業用BGMにどうぞ! |
File Size | 41.15 KB |
Installation Count | 38 |
Current Version | 1 |
Last Updated | 2014-06-14 |
Publish Date | 2014-06-14 |
Developer | Ext |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4f5c\u696d\u7528BGM", "version": "1", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "itunes\u306e\u30b5\u30f3\u30d7\u30eb\u30df\u30e5\u30fc\u30b8\u30c3\u30af\u3092\u3072\u305f\u3059\u3089\u6d41\u3057\u7d9a\u3051\u308b\u3060\u3051\u3067\u3059\u3002\u4f5c\u696d\u7528BGM\u306b\u3069\u3046\u305e\uff01", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "\u4f5c\u696d\u7528BGM", "default_popup": "popup.html" }, "permissions": [ "https:\/\/itunes.apple.com\/", "tabs" ] } |