Truffle New Tab | Content Dashboard

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

Vad är Truffle New Tab | Content Dashboard?

Truffle New Tab | Content Dashboard är en Chrome-tillägg utvecklad av https://truffle.vip, och dess huvudfunktion är "See what your favorite Twitch and Youtube streamers are up to!".

Tilläggsskärmbilder

screenshot

Ladda ner Truffle New Tab | Content Dashboard-förlängningens CRX-fil

Ladda ner Truffle New Tab | Content Dashboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Truffle New Tab | Content Dashboard Truffle New Tab | Content Dashboard
ID pmnmpgjfacmjcnfigcmgfipemjpggmeg
Officiell webbadress https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg
Beskrivning See what your favorite Twitch and Youtube streamers are up to!
Filstorlek 88.38 KB
Antal Installationer 4,814
Aktuell Version 0.0.4
Senast Uppdaterad 2023-10-03
Publiceringsdatum 2023-06-09
Betyg 3.00/5 Totalt 3 Betyg
Utvecklare https://truffle.vip
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://truffle.vip/extension
Hjälpsida URL https://discord.gg/eGC3ywbQNt
URL till Sekretesspolicy Sidan https://truffle.vip/policies
Stödda Språk 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\/*"
    ]
}