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!”。
擴展截圖
下載Truffle New Tab | Content Dashboard擴展crx文件
下載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 |
ID | pmnmpgjfacmjcnfigcmgfipemjpggmeg |
官方網址 | 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\/*" ] } |