Drunken Wolf Stream

Drunken Wolf stream notification

ما هو Drunken Wolf Stream؟

Drunken Wolf Stream هو إضافة Chrome تم تطويرها بواسطة m.bednarska14، والميزة الرئيسية لها هي "Drunken Wolf stream notification".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Drunken Wolf Stream

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

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

                        Plug in for your browser that will announce Drunken Wolf's stream.                    

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

الاسم Drunken Wolf Stream Drunken Wolf Stream
ID dnaobhmlcopekaceeiakliaianhladbi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/drunken-wolf-stream/dnaobhmlcopekaceeiakliaianhladbi
الوصف Drunken Wolf stream notification
حجم الملف 1.14 MB
عدد التثبيتات 48
النسخة الحالية 1.0
آخر تحديث 2015-10-04
تاريخ النشر 2015-10-04
تقييم 4.00/5 مجموع تقييمات 6
المطور m.bednarska14
نوع الدفع free
موقع الإضافة http://www.twitch.tv/drunkenwolflol
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/drunken16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/drunken.png",
        "16": "img\/drunken16.png",
        "48": "img\/drunken48.png"
    },
    "manifest_version": 2,
    "name": "Drunken Wolf Stream",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "description": "Drunken Wolf stream notification",
    "version": "1.0"
}