Truffle New Tab | Content Dashboard
See what your favorite Twitch and Youtube streamers are up to!
Wat is Truffle New Tab | Content Dashboard?
Truffle New Tab | Content Dashboard is een Chrome-extensie ontwikkeld door https://truffle.vip, en de belangrijkste functie is "See what your favorite Twitch and Youtube streamers are up to!".
Extensie Screenshots
Download het CRX-bestand van de extensie Truffle New Tab | Content Dashboard
Download Truffle New Tab | Content Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Truffle New Tab | Content Dashboard |
ID | pmnmpgjfacmjcnfigcmgfipemjpggmeg |
Officiële URL | https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg |
Beschrijving | See what your favorite Twitch and Youtube streamers are up to! |
Bestandsgrootte | 88.38 KB |
Aantal Installaties | 4,814 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2023-10-03 |
Publicatiedatum | 2023-06-09 |
Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://truffle.vip |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://truffle.vip/extension |
Help Pagina-URL | https://discord.gg/eGC3ywbQNt |
URL van de Privacybeleid Pagina | https://truffle.vip/policies |
Ondersteunde Talen | 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\/*" ] } |