Diabeuu stream notification

Powiadomienia o streamie Diabeuua :)

Diabeuu stream notification là gì?

Diabeuu stream notification là một tiện ích mở rộng Chrome được phát triển bởi carltonleatch, và tính năng chính của nó là "Powiadomienia o streamie Diabeuua :)".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Diabeuu stream notification

Tải xuống các tệp mở rộng Diabeuu stream notification 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

                        Prosta wtyczka, która powiadamia o streamach Diabeuua.                    

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

Tên Diabeuu stream notification Diabeuu stream notification
ID akbgagkldcanlaclnjplhdnnmibdagga
URL Chính Thức https://chromewebstore.google.com/detail/diabeuu-stream-notificati/akbgagkldcanlaclnjplhdnnmibdagga
Mô tả Powiadomienia o streamie Diabeuua :)
Kích Thước Tệp 58.15 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2018-02-20
Ngày Phát Hành 2018-02-20
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển carltonleatch
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Diabeuu stream notification",
    "description": "Powiadomienia o streamie Diabeuua :)",
    "version": "0.2",
    "icons": {
        "128": "Logo\/test128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "name": "Sprawd\u017a czy Diabeuu ju\u017c streamuje",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "alarms",
        "http:\/\/www.newsstate.com\/*"
    ],
    "manifest_version": 2
}