Garryschool Extension
Extension chrome pour le streamer/youtuber Garryschool
What is Garryschool Extension?
Garryschool Extension is a Chrome extension developed by https://www.garryschool.fr, and its main feature is "Extension chrome pour le streamer/youtuber Garryschool".
Extension Screenshots
Download Garryschool Extension Extension CRX File
Download Garryschool Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | eebbpmogaakjcmjffhnmgebeojbaicpp |
Official URL | https://chrome.google.com/webstore/detail/garryschool-extension/eebbpmogaakjcmjffhnmgebeojbaicpp |
Description | Extension chrome pour le streamer/youtuber Garryschool |
File Size | 1.35 MB |
Installation Count | 270 |
Current Version | 1.2.2 |
Last Updated | 2019-09-30 |
Publish Date | 2019-09-30 |
Rating | 4.97/5 Total 35 Ratings |
Developer | https://www.garryschool.fr |
[email protected] | |
Payment Type | free |
Extension Website | https://garryschool.fr/ |
Supported Languages | 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" } |