Domingo Live Extension

Ne ratez plus un seul live de Domingo, cette extension vous notifiera à chaque début de stream !

Domingo Live Extension là gì?

Domingo Live Extension là một tiện ích mở rộng Chrome được phát triển bởi http://domingo.tv, và tính năng chính của nó là "Ne ratez plus un seul live de Domingo, cette extension vous notifiera à chaque début de stream !".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Domingo Live Extension

Tải xuống các tệp mở rộng Domingo Live Extension 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

                        L’extension Domingo permet de ne plus louper aucun de mes lives : en l’installant, vous serez notifiés dès que je démarre un stream ! 👀

Si je ne suis pas en live l'extension vous permettra d'accéder rapidement à la dernière VOD !                    

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

Tên Domingo Live Extension Domingo Live Extension
ID kdkbkaknlncjiplhgcaomjkcnhbpkiek
URL Chính Thức https://chrome.google.com/webstore/detail/domingo-live-extension/kdkbkaknlncjiplhgcaomjkcnhbpkiek
Mô tả Ne ratez plus un seul live de Domingo, cette extension vous notifiera à chaque début de stream !
Kích Thước Tệp 448 KB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 4.1.0
Cập Nhật Lần Cuối 2019-09-07
Ngày Phát Hành 2019-09-06
Đánh Giá 4.86/5 Tổng số 274 Đánh Giá
Nhà Phát Triển http://domingo.tv
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Domingo Live Extension",
    "description": "Ne ratez plus un seul live de Domingo, cette extension vous notifiera \u00e0 chaque d\u00e9but de stream !",
    "author": "Romain Billard @rmnbrd",
    "version": "4.1.0",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications",
        "management",
        "tabs",
        "background"
    ],
    "browser_action": {
        "default_title": "Domingo - Offline",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": []
}