Gius
Pour savoir quand Gius lance un stream !
Wat is Gius?
Gius is een Chrome-extensie ontwikkeld door https://gius.tv, en de belangrijkste functie is "Pour savoir quand Gius lance un stream !".
Extensie Screenshots
Download het CRX-bestand van de extensie Gius
Download Gius-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
Dès que Gius sera en stream, sa casquette changera de couleur et une notification apparaîtra vous invitant sur son live. Cliquez sur la notification pour rejoindre la diffusion.
Basisinformatie over de Extensie
Naam | Gius |
ID | medeenjedgnekdjnlbibcanpjoipoohe |
Officiële URL | https://chromewebstore.google.com/detail/gius/medeenjedgnekdjnlbibcanpjoipoohe |
Beschrijving | Pour savoir quand Gius lance un stream ! |
Bestandsgrootte | 828 KB |
Aantal Installaties | 275 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2022-08-07 |
Publicatiedatum | 2019-09-28 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://gius.tv |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "description": "__MSG_extensionDescription__", "version": "2.0.1", "background": { "scripts": [ "res\/js\/background.js" ] }, "default_locale": "fr", "icons": { "16": "res\/img\/default_16.png", "48": "res\/img\/default_48.png", "128": "res\/img\/default_128.png", "256": "res\/img\/default_256.png" }, "permissions": [ "notifications", "storage" ], "optional_permissions": [ "background" ], "options_ui": { "page": "res\/html\/right_click_icon_settings.html", "open_in_tab": false }, "browser_action": { "default_icon": "res\/img\/offline.png", "default_popup": "res\/html\/popup.html" } } |