AlarmDJ - Online Alarm Clock

Alarm DJ is an online alarm clock that plays your MP3 files and YouTube videos of your choice as an alarm sound.

AlarmDJ - Online Alarm Clockとは何ですか?

AlarmDJ - Online Alarm Clockはhttps://alarmdj.comによって開発されたChromeの拡張機能で、その主な機能は「Alarm DJ is an online alarm clock that plays your MP3 files and YouTube videos of your choice as an alarm sound.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

AlarmDJ - Online Alarm Clock拡張機能のCRXファイルをダウンロード

AlarmDJ - Online Alarm Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Alarm DJ is an online alarm clock that plays your MP3 files and YouTube videos of your choice.
It can play YouTube videos on your TV as alarm using ChromeCast.
Play mp3 files and other audio files as an alarm.
Intuitive to use, run offline.                    

拡張機能の基本情報

名前 AlarmDJ - Online Alarm Clock AlarmDJ - Online Alarm Clock
ID cechfneaapliekdhfifoclboelgfaloc
公式URL https://chromewebstore.google.com/detail/alarmdj-online-alarm-cloc/cechfneaapliekdhfifoclboelgfaloc
説明 Alarm DJ is an online alarm clock that plays your MP3 files and YouTube videos of your choice as an alarm sound.
ファイルサイズ 195 KB
インストール数 1,168
現在のバージョン 0.0.19
最終更新日 2019-03-19
公開日 2019-03-19
評価 4.33/5 合計 27 レビュー
開発者 https://alarmdj.com
支払い方法 free
拡張機能のウェブサイト https://alarmdj.com/
プライバシーポリシーページのURL https://alarmdj.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/alarmdj.com",
    "version": "0.0.19",
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "70": "images\/icon-70x70.png",
        "96": "images\/icon-96x96.png",
        "144": "images\/icon-144x144.png",
        "150": "images\/icon-150x150.png",
        "230": "images\/icon-230x230.png"
    },
    "browser_action": {
        "default_title": "__MSG_extensionName__"
    },
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "power",
        "tabs",
        "https:\/\/alarmdj.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/alarmdj.com\/*"
            ],
            "js": [
                "content.alarm.clock.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    }
}