Truffle New Tab | Content Dashboard
See what your favorite Twitch and Youtube streamers are up to!
O que é Truffle New Tab | Content Dashboard?
Truffle New Tab | Content Dashboard é uma extensão do Chrome desenvolvida por https://truffle.vip, e sua principal característica é "See what your favorite Twitch and Youtube streamers are up to!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Truffle New Tab | Content Dashboard
Baixe arquivos de extensão Truffle New Tab | Content Dashboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Truffle New Tab | Content Dashboard |
ID | pmnmpgjfacmjcnfigcmgfipemjpggmeg |
URL Oficial | https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg |
Descrição | See what your favorite Twitch and Youtube streamers are up to! |
Tamanho do Arquivo | 88.38 KB |
Contagem de Instalações | 4,814 |
Versão Atual | 0.0.4 |
Última Atualização | 2023-10-03 |
Data de Publicação | 2023-06-09 |
Classificação | 3.00/5 Total de 3 Avaliações |
Desenvolvedor | https://truffle.vip |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://truffle.vip/extension |
URL da Página de Ajuda | https://discord.gg/eGC3ywbQNt |
URL da Página de Política de Privacidade | https://truffle.vip/policies |
Idiomas Suportados | 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\/*" ] } |