Truffle New Tab | Content Dashboard

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

Truffle New Tab | Content Dashboard란 무엇입니까?

Truffle New Tab | Content Dashboard은(는) https://truffle.vip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See what your favorite Twitch and Youtube streamers are up to!"입니다.

확장 프로그램 스크린샷

screenshot

Truffle New Tab | Content Dashboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Truffle New Tab | Content Dashboard Truffle New Tab | Content Dashboard
ID pmnmpgjfacmjcnfigcmgfipemjpggmeg
공식 URL https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg
설명 See what your favorite Twitch and Youtube streamers are up to!
파일 크기 88.38 KB
설치 횟수 4,814
현재 버전 0.0.4
최근 업데이트 2023-10-03
출시 날짜 2023-06-09
평점 3.00/5 총 3 개의 평점
개발자 https://truffle.vip
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://truffle.vip/extension
도움말 페이지 URL https://discord.gg/eGC3ywbQNt
개인정보 보호 정책 페이지 URL https://truffle.vip/policies
지원되는 언어 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\/*"
    ]
}