Gotaga

Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.

Gotaga là gì?

Gotaga là một tiện ích mở rộng Chrome được phát triển bởi Gotaga, và tính năng chính của nó là "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.".

Ả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 Gotaga

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

                        Grace à l'extension Gotaga.tv restez informé sur le French Monster !
 - Vous serez notifié lorsqu'une vidéo sort
 - Vous serez notifié lorsque un live est lancé                    

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

Tên Gotaga Gotaga
ID gjjjcjnolghgphclpckdnofhgjdanklj
URL Chính Thức https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj
Mô tả Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
Kích Thước Tệp 3 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-06-10
Ngày Phát Hành 2021-05-30
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Gotaga
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://gotaga.tv
URL Trang Chính Sách Bảo Mật https://gotaga.tv/politique-de-confidentialite
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gotaga",
    "short_name": "Gotaga",
    "version": "1.0.1",
    "description": "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vid\u00e9o sort.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png",
            "128": "icons\/128.png"
        },
        "default_title": "Gotaga - Hors Ligne",
        "default_popup": "index.html"
    },
    "permissions": [
        "background",
        "https:\/\/gotaga.tv\/api*",
        "notifications"
    ]
}