Gardoum

Suivez Gardoum à tout moment !

Gardoum là gì?

Gardoum là một tiện ích mở rộng Chrome được phát triển bởi http://gardoum.com, và tính năng chính của nó là " Suivez Gardoum à tout moment !".

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

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

                        L'extension indispensable pour savoir quand Gardoum stream sur Twitch et avoir directement accès à ses réseaux sociaux !                    

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

Tên Gardoum Gardoum
ID mandgmepkiikdjbpcekemakejdbhijbb
URL Chính Thức https://chrome.google.com/webstore/detail/gardoum/mandgmepkiikdjbpcekemakejdbhijbb
Mô tả Suivez Gardoum à tout moment !
Kích Thước Tệp 3.58 MB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2016-09-18
Ngày Phát Hành 2016-09-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://gardoum.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gardoum",
    "description": " Suivez Gardoum \u00e0 tout moment !",
    "version": "1.5.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_icon": "data\/gardoum_off.png",
        "default_popup": "popup.html",
        "icons": {
            "19": "data\/gardoum_off.png"
        }
    }
}