UssopPlsComeBack Live Extension
Notifie lorsque UssopPlsComeBack est en live.
Wat is UssopPlsComeBack Live Extension?
UssopPlsComeBack Live Extension is een Chrome-extensie ontwikkeld door kikouilles, en de belangrijkste functie is "Notifie lorsque UssopPlsComeBack est en live.".
Extensie Screenshots
Download het CRX-bestand van de extensie UssopPlsComeBack Live Extension
Download UssopPlsComeBack Live Extension-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
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)
Basisinformatie over de Extensie
Naam | |
ID | gcpmbkjbijgfedjgoonfbcfcgcaejoog |
Officiële URL | https://chromewebstore.google.com/detail/ussopplscomeback-live-ext/gcpmbkjbijgfedjgoonfbcfcgcaejoog |
Beschrijving | Notifie lorsque UssopPlsComeBack est en live. |
Bestandsgrootte | 85.89 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2019-01-19 |
Publicatiedatum | 2019-01-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | kikouilles |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |