Joe Rogan Experience Live Stream Notification

Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube

ما هو Joe Rogan Experience Live Stream Notification؟

Joe Rogan Experience Live Stream Notification هو إضافة Chrome تم تطويرها بواسطة Cole Reid، والميزة الرئيسية لها هي "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".

تحميل ملف CRX للإضافة Joe Rogan Experience Live Stream Notification

قم بتنزيل ملفات الامتداد Joe Rogan Experience Live Stream Notification بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم Joe Rogan Experience Live Stream Notification Joe Rogan Experience Live Stream Notification
ID amakifcldndfdmlbdlbcpnpaekipdfgb
عنوان URL الرسمي https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb
الوصف Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
حجم الملف 78.15 KB
عدد التثبيتات 37
النسخة الحالية 1.0.1
آخر تحديث 2016-03-10
تاريخ النشر 2016-03-10
تقييم 5.00/5 مجموع تقييمات 2
المطور Cole Reid
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/colebowl/jre-notify-extension
عنوان صفحة سياسة الخصوصية http://github.com/colebowl/jre-notify-extension
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Joe Rogan Experience Live Stream Notification",
    "description": "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube",
    "manifest_version": 2,
    "version": "1.0.1",
    "homepage_url": "http:\/\/github.com\/colebowl\/jre-notify-extension",
    "author": "Cole Reid - [email protected]",
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/socket.io.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/jre_icon18.png",
        "48": "img\/jre_icon48.png",
        "128": "img\/jre_icon.png"
    }
}