作業用BGM

itunesのサンプルミュージックをひたすら流し続けるだけです。作業用BGMにどうぞ!

Wat is 作業用BGM?

作業用BGM is een Chrome-extensie ontwikkeld door Ext, en de belangrijkste functie is "itunesのサンプルミュージックをひたすら流し続けるだけです。作業用BGMにどうぞ!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 作業用BGM

Download 作業用BGM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam 作業用BGM 作業用BGM
ID opjkhceepncompihbimaapejgbeabnkf
Officiële URL https://chrome.google.com/webstore/detail/%E4%BD%9C%E6%A5%AD%E7%94%A8bgm/opjkhceepncompihbimaapejgbeabnkf
Beschrijving itunesのサンプルミュージックをひたすら流し続けるだけです。作業用BGMにどうぞ!
Bestandsgrootte 41.15 KB
Aantal Installaties 38
Huidige Versie 1
Laatst Bijgewerkt 2014-06-14
Publicatiedatum 2014-06-14
Ontwikkelaar Ext
Betalingswijze free
Ondersteunde Talen 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"
    ]
}