Teuf Livestream

Show Teuf DLive Stream on your Twitch followings list

Teuf Livestream là gì?

Teuf Livestream là một tiện ích mở rộng Chrome được phát triển bởi Moute, và tính năng chính của nó là "Show Teuf DLive Stream on your Twitch followings list".

Ả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 Teuf Livestream

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

                        Affichez le stream de Teuf dans votre liste de chaines suivies sur Twitch                    

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

Tên Teuf Livestream Teuf Livestream
ID iblpacfeimklejjgmomhcglilmnjicpl
URL Chính Thức https://chromewebstore.google.com/detail/teuf-livestream/iblpacfeimklejjgmomhcglilmnjicpl
Mô tả Show Teuf DLive Stream on your Twitch followings list
Kích Thước Tệp 9.84 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-10-29
Ngày Phát Hành 2022-10-29
Nhà Phát Triển Moute
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",
    "description": "Show Teuf DLive Stream on your Twitch followings list",
    "manifest_version": 3,
    "name": "Teuf Livestream",
    "version": "1.1",
    "homepage_url": "https:\/\/teufeurs.xyz",
    "icons": {
        "48": "icons\/teufExt-48.png",
        "96": "icons\/teufExt-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "dlive.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitch.tv\/*",
        "https:\/\/*.herokuapp.com\/"
    ]
}