Truffle New Tab | Content Dashboard

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

什么是Truffle New Tab | Content Dashboard?

Truffle New Tab | Content Dashboard是由https://truffle.vip开发的Chrome扩展程序,该扩展的主要功能是“See what your favorite Twitch and Youtube streamers are up to!”。

扩展截图

screenshot

下载Truffle New Tab | Content Dashboard扩展crx文件

下载Truffle New Tab | Content Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Truffle New Tab | Content Dashboard Truffle New Tab | Content Dashboard
ID pmnmpgjfacmjcnfigcmgfipemjpggmeg
官方URL https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg
简介 See what your favorite Twitch and Youtube streamers are up to!
文件大小 88.38 KB
安装次数 4,814
当前版本 0.0.4
更新时间 2023-10-03
上架时间 2023-06-09
评分 3.00/5 共3次评分
开发者 https://truffle.vip
电子邮箱 [email protected]
付费类型 free
扩展官网 https://truffle.vip/extension
帮助页面URL https://discord.gg/eGC3ywbQNt
隐私政策页面URL https://truffle.vip/policies
支持的语言 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\/*"
    ]
}