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 là gì?

AlarmDJ - Online Alarm Clock là một tiện ích mở rộng Chrome được phát triển bởi https://alarmdj.com, và tính năng chính của nó là "Alarm DJ is an online alarm clock that plays your MP3 files and YouTube videos of your choice as an alarm sound.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AlarmDJ - Online Alarm Clock

Tải xuống các tệp mở rộng AlarmDJ - Online Alarm Clock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AlarmDJ - Online Alarm Clock AlarmDJ - Online Alarm Clock
ID cechfneaapliekdhfifoclboelgfaloc
URL Chính Thức https://chromewebstore.google.com/detail/alarmdj-online-alarm-cloc/cechfneaapliekdhfifoclboelgfaloc
Mô tả Alarm DJ is an online alarm clock that plays your MP3 files and YouTube videos of your choice as an alarm sound.
Kích Thước Tệp 195 KB
Số Lần Cài Đặt 1,168
Phiên Bản Hiện Tại 0.0.19
Cập Nhật Lần Cuối 2019-03-19
Ngày Phát Hành 2019-03-19
Đánh Giá 4.33/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://alarmdj.com
Loại Thanh Toán free
Trang Web Mở Rộng https://alarmdj.com/
URL Trang Chính Sách Bảo Mật https://alarmdj.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}