LevelDown Notifier

Ne manquer plus aucun live sur LevelDown !

What is LevelDown Notifier?

LevelDown Notifier is a Chrome extension developed by CraZyHosTeR, and its main feature is "Ne manquer plus aucun live sur LevelDown ! ".

Extension Screenshots

screenshot
screenshot

Download LevelDown Notifier Extension CRX File

Download LevelDown Notifier 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

                                            

Extension Basic Information

Name LevelDown Notifier LevelDown Notifier
ID pjeiejcfhapgckhkgiecbegdiodjjmka
Official URL https://chrome.google.com/webstore/detail/leveldown-notifier/pjeiejcfhapgckhkgiecbegdiodjjmka
Description Ne manquer plus aucun live sur LevelDown !
File Size 1.06 MB
Installation Count 67
Current Version 2.0.1
Last Updated 2016-01-08
Publish Date 2016-01-08
Rating 4.67/5 Total 30 Ratings
Developer CraZyHosTeR
Payment Type free
Supported Languages 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"
    ]
}