Truffle New Tab | Content Dashboard

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

Hvad er Truffle New Tab | Content Dashboard?

Truffle New Tab | Content Dashboard er en Chrome-udvidelse udviklet af https://truffle.vip, og dens hovedfunktion er "See what your favorite Twitch and Youtube streamers are up to!".

Udvidelsesskærmbilleder

screenshot

Download Truffle New Tab | Content Dashboard-udvidelses-CRX-fil

Download Truffle New Tab | Content Dashboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Truffle New Tab | Content Dashboard Truffle New Tab | Content Dashboard
ID pmnmpgjfacmjcnfigcmgfipemjpggmeg
Officiel URL https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg
Beskrivelse See what your favorite Twitch and Youtube streamers are up to!
Filstørrelse 88.38 KB
Antal Installationer 4,814
Nuværende Version 0.0.4
Senest Opdateret 2023-10-03
Udgivelsesdato 2023-06-09
Bedømmelse 3.00/5 Samlet 3 Bedømmelser
Udvikler https://truffle.vip
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://truffle.vip/extension
Hjælpeside-URL https://discord.gg/eGC3ywbQNt
URL til Fortrolighedspolitik Side https://truffle.vip/policies
Understøttede Sprog 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\/*"
    ]
}