Garryschool Extension
Extension chrome pour le streamer/youtuber Garryschool
Garryschool Extension là gì?
Garryschool Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.garryschool.fr, và tính năng chính của nó là "Extension chrome pour le streamer/youtuber Garryschool".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Garryschool Extension
Tải xuống các tệp mở rộng Garryschool Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eebbpmogaakjcmjffhnmgebeojbaicpp |
URL Chính Thức | https://chrome.google.com/webstore/detail/garryschool-extension/eebbpmogaakjcmjffhnmgebeojbaicpp |
Mô tả | Extension chrome pour le streamer/youtuber Garryschool |
Kích Thước Tệp | 1.35 MB |
Số Lần Cài Đặt | 270 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2019-09-30 |
Ngày Phát Hành | 2019-09-30 |
Đánh Giá | 4.97/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | https://www.garryschool.fr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://garryschool.fr/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |