Garryschool Extension

Extension chrome pour le streamer/youtuber Garryschool

Wat is Garryschool Extension?

Garryschool Extension is een Chrome-extensie ontwikkeld door https://www.garryschool.fr, en de belangrijkste functie is "Extension chrome pour le streamer/youtuber Garryschool".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Garryschool Extension

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

                        Garryschool Extension for Chrome est une extension développée afin de rendre plus dynamique la communication entre le streamer/youtubeur Garryschool et sa communauté.

1.2.2 :
* Amélioration technique

1.2.1 :
* Nouveau design

1.2.0 :
* Un compte à rebours au prochain live
* Des liens redirigeant vers les différents réseaux sociaux (facebook, Twitter, ...)
* Des notifications lorsque Garryschool entre en live
* Des notifications à chaque sortie de vidéo
* Une notification sonore accompagnant chaque notification bureau                    

Basisinformatie over de Extensie

Naam Garryschool Extension Garryschool Extension
ID eebbpmogaakjcmjffhnmgebeojbaicpp
Officiële URL https://chrome.google.com/webstore/detail/garryschool-extension/eebbpmogaakjcmjffhnmgebeojbaicpp
Beschrijving Extension chrome pour le streamer/youtuber Garryschool
Bestandsgrootte 1.35 MB
Aantal Installaties 270
Huidige Versie 1.2.2
Laatst Bijgewerkt 2019-09-30
Publicatiedatum 2019-09-30
Beoordeling 4.97/5 Totaal 35 Beoordelingen
Ontwikkelaar https://www.garryschool.fr
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://garryschool.fr/
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Garryschool Extension",
    "default_locale": "fr",
    "description": "Extension chrome pour le streamer\/youtuber Garryschool",
    "version": "1.2.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "author": "Kyominii"
}