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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AlarmDJ - Online Alarm Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}