LevelDown Notifier

Ne manquer plus aucun live sur LevelDown !

Wat is LevelDown Notifier?

LevelDown Notifier is een Chrome-extensie ontwikkeld door CraZyHosTeR, en de belangrijkste functie is "Ne manquer plus aucun live sur LevelDown ! ".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LevelDown Notifier

Download LevelDown Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam LevelDown Notifier LevelDown Notifier
ID pjeiejcfhapgckhkgiecbegdiodjjmka
Officiële URL https://chrome.google.com/webstore/detail/leveldown-notifier/pjeiejcfhapgckhkgiecbegdiodjjmka
Beschrijving Ne manquer plus aucun live sur LevelDown !
Bestandsgrootte 1.06 MB
Aantal Installaties 67
Huidige Versie 2.0.1
Laatst Bijgewerkt 2016-01-08
Publicatiedatum 2016-01-08
Beoordeling 4.67/5 Totaal 30 Beoordelingen
Ontwikkelaar CraZyHosTeR
Betalingswijze free
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LevelDown Notifier",
    "manifest_version": 2,
    "version": "2.0.1",
    "description": "Ne manquer plus aucun live sur LevelDown ! ",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icone.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/leveldown.fr\/*"
            ],
            "js": [
                "jquery.js",
                "background.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs"
    ]
}