Youtube Alarm Clock

Plays a youtube video at specific time.

ما هو Youtube Alarm Clock؟

Youtube Alarm Clock هو إضافة Chrome تم تطويرها بواسطة feyyazakkus، والميزة الرئيسية لها هي "Plays a youtube video at specific time.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Youtube Alarm Clock

قم بتنزيل ملفات الامتداد Youtube Alarm Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a chrome extention that plays a youtube video at specific time. When an alarm triggered a popup will show up, video will start to play and you will see your alarm message on screen.

The browser should be open to trigger an alarm. When alarm time comes and browser is closed, then alarm will triggered immediately when you open the browser.

Note: Vevo videos and offical music videos are not allowed to be played in embedded players, try not to use them.                    

معلومات أساسية عن التمديد

الاسم Youtube Alarm Clock Youtube Alarm Clock
ID ehlpgfcbbkfhglelonfjbgkeaebomjeh
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-alarm-clock/ehlpgfcbbkfhglelonfjbgkeaebomjeh
الوصف Plays a youtube video at specific time.
حجم الملف 270 KB
عدد التثبيتات 1,820
النسخة الحالية 1.1.0
آخر تحديث 2017-01-26
تاريخ النشر 2017-01-26
تقييم 3.54/5 مجموع تقييمات 26
المطور feyyazakkus
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Alarm Clock",
    "short_name": "YAC",
    "version": "1.1.0",
    "description": "Plays a youtube video at specific time.",
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/iframe_api.js",
                "js\/www-widgetapi.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}