Gius

Pour savoir quand Gius lance un stream !

Cos'è Gius?

Gius è un'estensione di Chrome sviluppata da https://gius.tv, e la sua funzione principale è "Pour savoir quand Gius lance un stream !".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gius

Scarica i file di estensione Gius in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Gius Gius
ID medeenjedgnekdjnlbibcanpjoipoohe
URL Ufficiale https://chromewebstore.google.com/detail/gius/medeenjedgnekdjnlbibcanpjoipoohe
Descrizione Pour savoir quand Gius lance un stream !
Dimensione del File 828 KB
Conteggio Installazioni 275
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-08-07
Data di Pubblicazione 2019-09-28
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://gius.tv
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}