UssopPlsComeBack Live Extension
Notifie lorsque UssopPlsComeBack est en live.
Hvad er UssopPlsComeBack Live Extension?
UssopPlsComeBack Live Extension er en Chrome-udvidelse udviklet af kikouilles, og dens hovedfunktion er "Notifie lorsque UssopPlsComeBack est en live.".
Udvidelsesskærmbilleder
Download UssopPlsComeBack Live Extension-udvidelses-CRX-fil
Download UssopPlsComeBack Live Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gcpmbkjbijgfedjgoonfbcfcgcaejoog |
Officiel URL | https://chromewebstore.google.com/detail/ussopplscomeback-live-ext/gcpmbkjbijgfedjgoonfbcfcgcaejoog |
Beskrivelse | Notifie lorsque UssopPlsComeBack est en live. |
Filstørrelse | 85.89 KB |
Antal Installationer | 36 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2019-01-19 |
Udgivelsesdato | 2019-01-19 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | kikouilles |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |