Truffle New Tab | Content Dashboard

See what your favorite Twitch and Youtube streamers are up to!

Truffle New Tab | Content Dashboard là gì?

Truffle New Tab | Content Dashboard là một tiện ích mở rộng Chrome được phát triển bởi https://truffle.vip, và tính năng chính của nó là "See what your favorite Twitch and Youtube streamers are up to!".

Ả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 Truffle New Tab | Content Dashboard

Tải xuống các tệp mở rộng Truffle New Tab | Content Dashboard 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

                        Easily view which of your favorite streamers are currently live! You can then pin your favorite creators to easily go to their channel.

NOTE: The Truffle extension is required for this extension to work.                    

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

Tên Truffle New Tab | Content Dashboard Truffle New Tab | Content Dashboard
ID pmnmpgjfacmjcnfigcmgfipemjpggmeg
URL Chính Thức https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg
Mô tả See what your favorite Twitch and Youtube streamers are up to!
Kích Thước Tệp 88.38 KB
Số Lần Cài Đặt 4,814
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-10-03
Ngày Phát Hành 2023-06-09
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://truffle.vip
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://truffle.vip/extension
URL Trang Trợ Giúp https://discord.gg/eGC3ywbQNt
URL Trang Chính Sách Bảo Mật https://truffle.vip/policies
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icon16.png",
        "48": "src\/assets\/icon48.png",
        "128": "src\/assets\/icon128.png"
    },
    "description": "See what your favorite Twitch and Youtube streamers are up to!",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "name": "Truffle New Tab | Content Dashboard",
    "version": "0.0.4.0",
    "version_name": "0.0.4",
    "optional_permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "src\/newtab\/index.html"
    },
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/*.twitch.tv\/*",
        "https:\/\/*.kick.com\/*"
    ]
}