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 |
公式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 |
Eメール | [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\/*" ] } |