Truffle New Tab | Content Dashboard

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

Co to jest Truffle New Tab | Content Dashboard?

Truffle New Tab | Content Dashboard to rozszerzenie Chrome opracowane przez https://truffle.vip, a jego główną funkcją jest „See what your favorite Twitch and Youtube streamers are up to!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Truffle New Tab | Content Dashboard

Pobierz pliki rozszerzeń Truffle New Tab | Content Dashboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Truffle New Tab | Content Dashboard Truffle New Tab | Content Dashboard
ID pmnmpgjfacmjcnfigcmgfipemjpggmeg
Oficjalny URL https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg
Opis See what your favorite Twitch and Youtube streamers are up to!
Rozmiar pliku 88.38 KB
Liczba instalacji 4,814
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2023-10-03
Data Publikacji 2023-06-09
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper https://truffle.vip
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://truffle.vip/extension
Adres URL Strony Pomocy https://discord.gg/eGC3ywbQNt
Adres URL Strony Polityki Prywatności https://truffle.vip/policies
Obsługiwane Języki 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\/*"
    ]
}