Truffle New Tab | Content Dashboard
See what your favorite Twitch and Youtube streamers are up to!
Cos'è Truffle New Tab | Content Dashboard?
Truffle New Tab | Content Dashboard è un'estensione di Chrome sviluppata da https://truffle.vip, e la sua funzione principale è "See what your favorite Twitch and Youtube streamers are up to!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Truffle New Tab | Content Dashboard
Scarica i file di estensione Truffle New Tab | Content Dashboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Truffle New Tab | Content Dashboard |
ID | pmnmpgjfacmjcnfigcmgfipemjpggmeg |
URL Ufficiale | https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg |
Descrizione | See what your favorite Twitch and Youtube streamers are up to! |
Dimensione del File | 88.38 KB |
Conteggio Installazioni | 4,814 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2023-10-03 |
Data di Pubblicazione | 2023-06-09 |
Valutazione | 3.00/5 Totale 3 Valutazioni |
Sviluppatore | https://truffle.vip |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://truffle.vip/extension |
URL della Pagina di Aiuto | https://discord.gg/eGC3ywbQNt |
URL della Pagina della Politica sulla Privacy | https://truffle.vip/policies |
Lingue Supportate | 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\/*" ] } |