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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://truffle.vip และคุณลักษณะหลักของมันคือ "See what your favorite Twitch and Youtube streamers are up to!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Truffle New Tab | Content Dashboard

ดาวน์โหลดไฟล์ส่วนขยาย Truffle New Tab | Content Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}