Gius

Pour savoir quand Gius lance un stream !

Gius là gì?

Gius là một tiện ích mở rộng Chrome được phát triển bởi https://gius.tv, và tính năng chính của nó là "Pour savoir quand Gius lance un stream !".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gius

Tải xuống các tệp mở rộng Gius 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gius Gius
ID medeenjedgnekdjnlbibcanpjoipoohe
URL Chính Thức https://chromewebstore.google.com/detail/gius/medeenjedgnekdjnlbibcanpjoipoohe
Mô tả Pour savoir quand Gius lance un stream !
Kích Thước Tệp 828 KB
Số Lần Cài Đặt 275
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-08-07
Ngày Phát Hành 2019-09-28
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://gius.tv
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}