Truffle New Tab | Content Dashboard

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

What is Truffle New Tab | Content Dashboard?

Truffle New Tab | Content Dashboard is a Chrome extension developed by https://truffle.vip, and its main feature is "See what your favorite Twitch and Youtube streamers are up to!".

Extension Screenshots

screenshot

Download Truffle New Tab | Content Dashboard Extension CRX File

Download Truffle New Tab | Content Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Truffle New Tab | Content Dashboard Truffle New Tab | Content Dashboard
ID pmnmpgjfacmjcnfigcmgfipemjpggmeg
Official URL https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg
Description See what your favorite Twitch and Youtube streamers are up to!
File Size 88.38 KB
Installation Count 4,814
Current Version 0.0.4
Last Updated 2023-10-03
Publish Date 2023-06-09
Rating 3.00/5 Total 3 Ratings
Developer https://truffle.vip
Email [email protected]
Payment Type free
Extension Website https://truffle.vip/extension
Help Page URL https://discord.gg/eGC3ywbQNt
Privacy Policy Page URL https://truffle.vip/policies
Supported Languages 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\/*"
    ]
}