Domingo Live Extension

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

What is Domingo Live Extension?

Domingo Live Extension is a Chrome extension developed by http://domingo.tv, and its main feature is "Ne ratez plus un seul live de Domingo, cette extension vous notifiera à chaque début de stream !".

Extension Screenshots

screenshot
screenshot

Download Domingo Live Extension Extension CRX File

Download Domingo Live Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name Domingo Live Extension Domingo Live Extension
ID kdkbkaknlncjiplhgcaomjkcnhbpkiek
Official URL https://chrome.google.com/webstore/detail/domingo-live-extension/kdkbkaknlncjiplhgcaomjkcnhbpkiek
Description Ne ratez plus un seul live de Domingo, cette extension vous notifiera à chaque début de stream !
File Size 448 KB
Installation Count 8,000
Current Version 4.1.0
Last Updated 2019-09-07
Publish Date 2019-09-06
Rating 4.86/5 Total 274 Ratings
Developer http://domingo.tv
Payment Type free
Supported Languages 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": []
}