UssopPlsComeBack Live Extension

Notifie lorsque UssopPlsComeBack est en live.

What is UssopPlsComeBack Live Extension?

UssopPlsComeBack Live Extension is a Chrome extension developed by kikouilles, and its main feature is "Notifie lorsque UssopPlsComeBack est en live.".

Extension Screenshots

screenshot

Download UssopPlsComeBack Live Extension Extension CRX File

Download UssopPlsComeBack 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

                        Extension chrome qui permet de savoir quand UssopPlsComeBack stream.

Version 1.0.0 réalisé par Shytoos

Version 1.0.1 réalisé par Shytoos (correction bug notification)

Version 1.0.2 réalisé par Shytoos (correction bug notification v2)

Version 1.0.3 réalisé par Kikouilles (correction url modifier)

Version 1.0.4 réalisé par Kikouilles (correction bug notification)                    

Extension Basic Information

Name UssopPlsComeBack Live Extension UssopPlsComeBack Live Extension
ID gcpmbkjbijgfedjgoonfbcfcgcaejoog
Official URL https://chromewebstore.google.com/detail/ussopplscomeback-live-ext/gcpmbkjbijgfedjgoonfbcfcgcaejoog
Description Notifie lorsque UssopPlsComeBack est en live.
File Size 85.89 KB
Installation Count 36
Current Version 1.0.4
Last Updated 2019-01-19
Publish Date 2019-01-19
Rating 5.00/5 Total 1 Ratings
Developer kikouilles
Email [email protected]
Payment Type free
Supported Languages fr
manifest.json
{
    "manifest_version": 2,
    "author": "Shytoos",
    "name": "UssopPlsComeBack Live Extension",
    "short_name": "UssopPlsComeBack Live",
    "description": "Notifie lorsque UssopPlsComeBack est en live.",
    "homepage_url": "https:\/\/shytoos.fr",
    "version": "1.0.4",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/jquery.browser.min.js",
            "js\/main.js"
        ]
    },
    "browser_action": {
        "default_title": "UssopPlsComeBack - Hors-Ligne",
        "default_icon": "images\/icon_off.png"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.twitch.tv\/kraken\/streams?channel=*",
        "notifications",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}